Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: fastlorenzo <[email protected]>
  • Loading branch information
fastlorenzo committed Dec 22, 2024
1 parent 62bb789 commit 59ed0ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mailu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ Check that the deployed pods are all running.
| `admin.containerSecurityContext.runAsUser` | Set containers' Security Context runAsUser | `1001` |
| `admin.containerSecurityContext.runAsNonRoot` | Set container's Security Context runAsNonRoot | `false` |
| `admin.terminationGracePeriodSeconds` | In seconds, time given to the pod to terminate gracefully | `2` |
| `admin.dnsPolicy` | DNS Policy of the front pod (`Default`, `ClusterFirst`, `ClusterFirstWithHostNet` and `None`) | `""` |
| `admin.dnsConfig` | DNS settings for the front pod | `{}` |
| `admin.dnsPolicy` | DNS Policy of the admin pod (`Default`, `ClusterFirst`, `ClusterFirstWithHostNet` and `None`) | `""` |
| `admin.dnsConfig` | DNS settings for the admin pod | `{}` |
| `admin.affinity` | Affinity for admin pod assignment | `{}` |
| `admin.tolerations` | Tolerations for pod assignment | `[]` |
| `admin.revisionHistoryLimit` | Configure the revisionHistoryLimit of the deployment | `3` |
Expand Down
4 changes: 2 additions & 2 deletions mailu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,11 +1047,11 @@ admin:
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods
terminationGracePeriodSeconds: 2

## @param admin.dnsPolicy DNS Policy of the front pod (`Default`, `ClusterFirst`, `ClusterFirstWithHostNet` and `None`)
## @param admin.dnsPolicy DNS Policy of the admin pod (`Default`, `ClusterFirst`, `ClusterFirstWithHostNet` and `None`)
## ref: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
dnsPolicy: ""

## @param admin.dnsConfig DNS settings for the front pod
## @param admin.dnsConfig DNS settings for the admin pod
## ref: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config
dnsConfig: {}

Expand Down

0 comments on commit 59ed0ef

Please sign in to comment.