Files
argocd-apps/apps/base/puppet/service_puppetboard.yaml
T
unkinben 9a72059a62
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fix: update service names and references
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
2026-03-18 11:59:57 +11:00

22 lines
475 B
YAML

---
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/component: puppetboard
app.kubernetes.io/instance: puppetserver
app.kubernetes.io/name: puppetserver
app.kubernetes.io/version: 8.8.0
name: puppetboard
namespace: puppet
spec:
ports:
- name: puppetboard
port: 9090
protocol: TCP
targetPort: puppetboard
selector:
app.kubernetes.io/component: puppetboard
app.kubernetes.io/name: puppetserver
type: ClusterIP