From 4a0e933039cd2bb2a900a7752af1196e96e53822 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 19 Mar 2026 23:58:07 +1100 Subject: [PATCH] testing via ingress for puppetdb --- 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 2f3decd..14d7abd 100644 --- a/apps/base/puppet/configmap_puppetserver-compiler-config.yaml +++ b/apps/base/puppet/configmap_puppetserver-compiler-config.yaml @@ -12,7 +12,7 @@ metadata: 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" - OPENVOXDB_SERVER_URLS: "https://puppetdb:8081" + OPENVOXDB_SERVER_URLS: "https://puppetdb.k8s.syd1.au.unkin.net" CA_ENABLED: "false" CA_HOSTNAME: "puppetca" CA_PORT: "8140" -- 2.47.3