From 8f709d1a3b30aadbfac9cce20f39a55fbe80e3ec Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 20 Mar 2026 21:22:11 +1100 Subject: [PATCH] refactor: simplify DNS alt names for puppetserver compiler Remove individual compiler pod DNS names and use generic puppetserver-compiler name instead. --- apps/base/puppet/configmap_puppetserver-compiler-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/puppet/configmap_puppetserver-compiler-config.yaml b/apps/base/puppet/configmap_puppetserver-compiler-config.yaml index 14d7abd..f235e45 100644 --- a/apps/base/puppet/configmap_puppetserver-compiler-config.yaml +++ b/apps/base/puppet/configmap_puppetserver-compiler-config.yaml @@ -11,7 +11,7 @@ metadata: namespace: puppet data: OPENVOXSERVER_PORT: "8140" - DNS_ALT_NAMES: "puppetserver-compiler-0,puppetserver-compiler-1,puppetserver-compiler-2,puppetserver-compiler-3,puppetserver-compiler-4,puppet,puppet.k8s.syd1.au.unkin.net" + DNS_ALT_NAMES: "puppetserver-compiler,puppet,puppet.k8s.syd1.au.unkin.net" OPENVOXDB_SERVER_URLS: "https://puppetdb.k8s.syd1.au.unkin.net" CA_ENABLED: "false" CA_HOSTNAME: "puppetca"