chore: change back to puppetdb:8081 (#68)
- puppetdb requires access via 8081 from puppetservers - puppetservers do not trust the certificate via ingress Reviewed-on: #68
This commit was merged in pull request #68.
This commit is contained in:
@@ -12,7 +12,7 @@ metadata:
|
||||
data:
|
||||
OPENVOXSERVER_PORT: "8140"
|
||||
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:8081"
|
||||
CA_ENABLED: "false"
|
||||
CA_HOSTNAME: "puppetca"
|
||||
CA_PORT: "8140"
|
||||
|
||||
Reference in New Issue
Block a user