From f25117ab7f55336d9bccb0477742beaade45db94 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 20 Mar 2026 00:00:41 +1100 Subject: [PATCH] testing via ingress for puppetdb (#56) Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/56 --- 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"