Commit Graph

2 Commits

Author SHA1 Message Date
unkinben d2443c9681 fix(puppet): remove explicit clusterIP: null from puppetdb Service
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Setting clusterIP: null means ArgoCD's desired state has null but the
live cluster assigns a real IP on creation. This causes permanent
OutOfSync as the two values never match. Removing the field lets the
API server own it without ArgoCD competing.
2026-05-24 23:49:33 +10:00
unkinben 276d8c1d78 fix: update service names and references (#30)
updating all the names of services and their respective filenames to
better match the way puppet infra is used in my lab.

- puppet -> the compilers
- puppetca -> the master(s)
- puppetdb -> the puppetdb
- puppetboard -> puppetboard

updated references to these services in all other definitions I could find

note: need a good way to test these changes with argocd

Reviewed-on: #30
2026-03-18 12:19:57 +11:00