fix: change puppet compilers to use HTTP for internal puppetdb connections (#47)
This resolves SSL certificate verification failures preventing puppetdb access - Update OPENVOXDB_SERVER_URLS from https://puppetdb:8081 to http://puppetdb:8080 - External access to puppetdb will still use HTTPS via ingress - Internal cluster communication does not require encryption Reviewed-on: #47
This commit was merged in pull request #47.
This commit is contained in:
@@ -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: "http://puppetdb:8080"
|
||||
CA_ENABLED: "false"
|
||||
CA_HOSTNAME: "puppetca"
|
||||
CA_PORT: "8140"
|
||||
|
||||
Reference in New Issue
Block a user