From 59ed0ef88debd3f4b6b07cece81269deec760400 Mon Sep 17 00:00:00 2001 From: fastlorenzo Date: Mon, 23 Dec 2024 00:55:22 +0100 Subject: [PATCH] fix typo Signed-off-by: fastlorenzo --- mailu/README.md | 4 ++-- mailu/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mailu/README.md b/mailu/README.md index d13f2187..f67ce945 100644 --- a/mailu/README.md +++ b/mailu/README.md @@ -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` | diff --git a/mailu/values.yaml b/mailu/values.yaml index bce4024e..007c196b 100644 --- a/mailu/values.yaml +++ b/mailu/values.yaml @@ -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: {}