fix: enable PuppetDB HTTPS support with automatic SSL certificate generation (#51)

This enables secure HTTPS communication to PuppetDB, required for other puppet related services

- make use of USE_OPENVOXSERVER flag

Reviewed-on: #51
This commit was merged in pull request #51.
This commit is contained in:
2026-03-19 17:06:49 +11:00
parent 24d09744e3
commit 504d4ae7c9
@@ -10,6 +10,7 @@ metadata:
name: puppetdb-config name: puppetdb-config
namespace: puppet namespace: puppet
data: data:
USE_OPENVOXSERVER: "true"
OPENVOXSERVER_HOSTNAME: "puppetca" OPENVOXSERVER_HOSTNAME: "puppetca"
OPENVOXSERVER_PORT: "8140" OPENVOXSERVER_PORT: "8140"
DNS_ALT_NAMES: "openvoxdb,puppetdb,puppetdb.k8s.syd1.au.unkin.net,puppetdb.puppet.svc.cluster.local" DNS_ALT_NAMES: "openvoxdb,puppetdb,puppetdb.k8s.syd1.au.unkin.net,puppetdb.puppet.svc.cluster.local"