From 297d33dbad4a2a8dded59b1633f0bf79de6a38eb Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Sun, 22 Jan 2023 18:05:12 +0100 Subject: [PATCH] feat: add clusterDomain value --- deploy/charts/emqx/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/charts/emqx/values.yaml b/deploy/charts/emqx/values.yaml index 0423c8cdf..c737c8808 100644 --- a/deploy/charts/emqx/values.yaml +++ b/deploy/charts/emqx/values.yaml @@ -35,6 +35,8 @@ serviceAccount: ## Forces the recreation of pods during helm upgrades. This can be useful to update configuration values even if the container image did not change. recreatePods: false +clusterDomain: cluster.local + podAnnotations: {} # Pod deployment policy