From 3553e9f6dd253dd7aa0d77e11a0b08042219658f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 20 Mar 2026 21:27:04 +1100 Subject: [PATCH] refactor: simplify DNS alt names for puppetserver compiler (#59) Remove individual compiler pod DNS names and use generic puppetserver-compiler name instead. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/59 --- 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"