refactor: simplify DNS alt names for puppetserver compiler #59

Merged
unkinben merged 1 commits from benvin/compiler_alt_names into main 2026-03-20 21:27:04 +11:00
@@ -11,7 +11,7 @@ metadata:
namespace: puppet namespace: puppet
data: data:
OPENVOXSERVER_PORT: "8140" 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" OPENVOXDB_SERVER_URLS: "https://puppetdb.k8s.syd1.au.unkin.net"
CA_ENABLED: "false" CA_ENABLED: "false"
CA_HOSTNAME: "puppetca" CA_HOSTNAME: "puppetca"