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
This commit was merged in pull request #30.
This commit is contained in:
2026-03-18 12:19:57 +11:00
parent df1b9a5685
commit 276d8c1d78
13 changed files with 21 additions and 21 deletions
+28
View File
@@ -0,0 +1,28 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
external-dns.alpha.kubernetes.io/hostname: puppet.k8s.syd1.au.unkin.net
external-dns.alpha.kubernetes.io/target: 198.18.200.0
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
labels:
app.kubernetes.io/component: puppetserver
app.kubernetes.io/instance: puppetserver
app.kubernetes.io/name: puppetserver
app.kubernetes.io/version: 8.8.0
name: puppet
namespace: puppet
spec:
rules:
- host: puppet.k8s.syd1.au.unkin.net
http:
paths:
- backend:
service:
name: puppet
port:
number: 8140
path: /
pathType: ImplementationSpecific