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.
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