Skip to content
Snippets Groups Projects
Verified Commit 92fa9dae authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

docs(mok): Add NetworkPolicy documentation to README

parent 742e3587
No related branches found
No related tags found
No related merge requests found
Pipeline #14020 passed
......@@ -51,6 +51,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
| dovecot.volumes.vmail.volumeMode | string | `"Filesystem"` | |
| fullnameOverride | string | `""` | |
| nameOverride | string | `""` | |
| networkPolicy.create | bool | `true` | Create NetworkPolicies to access the mailserver from outside |
| postfix.affinity | object | `{}` | |
| postfix.image.pullPolicy | string | `"IfNotPresent"` | |
| postfix.image.repository | string | `"quay.io/shivering-isles/postfix"` | postfix container image |
......
......@@ -186,4 +186,5 @@ serviceAccount:
name: ""
networkPolicy:
# -- Create NetworkPolicies to access the mailserver from outside
create: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment