fix: change puppet compilers to use HTTP for internal puppetdb connections
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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
This commit is contained in:
2026-03-19 01:46:08 +11:00
parent c157774033
commit 9940b5f08d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ spec:
service:
name: puppetdb
port:
number: 8081
number: 8080
path: /
pathType: Prefix