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
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: puppetserver-compilers
|
||||
app.kubernetes.io/name: puppetserver
|
||||
serviceName: puppet-compilers-headless
|
||||
serviceName: puppet-headless
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -49,7 +49,7 @@ spec:
|
||||
- name: OPENVOXSERVER_PORT
|
||||
value: "8140"
|
||||
- name: DNS_ALT_NAMES
|
||||
value: puppetserver-compiler-0,puppetserver-compiler-1,puppetserver-compiler-2,puppetserver-compiler-3,puppetserver-compiler-4,puppet-compilers,puppet,puppet.k8s.syd1.au.unkin.net
|
||||
value: puppetserver-compiler-0,puppetserver-compiler-1,puppetserver-compiler-2,puppetserver-compiler-3,puppetserver-compiler-4,puppet-headless,puppet,puppet.k8s.syd1.au.unkin.net
|
||||
- name: OPENVOXDB_SERVER_URLS
|
||||
value: https://puppetdb:8081
|
||||
- name: CA_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user