fix: puppet-compiler cant find ca (#31)

the puppetca is not pointing to the puppetmasters which prevents the
puppet-compilers from starting, preventing puppetdb/puppetboard from
starting.

- point puppetca service -> puppetserver-master

Reviewed-on: #31
This commit was merged in pull request #31.
This commit is contained in:
2026-03-18 12:39:38 +11:00
parent 276d8c1d78
commit 35f00858ae
+1 -1
View File
@@ -13,6 +13,6 @@ spec:
- name: puppetserver
port: 8140
selector:
app.kubernetes.io/component: puppetserver-master
app.kubernetes.io/component: puppetserver
app.kubernetes.io/name: puppetserver
type: ClusterIP