Skip to content

Commit

Permalink
removed mastersfor ingressroute for puppetserver, since we cant gener…
Browse files Browse the repository at this point in the history
…ate new CA cert, if new customer/users comes up. otherwise we will have re-gen all the cert of the puppet agent, which is not feasible
  • Loading branch information
ashish1099 committed Aug 16, 2024
1 parent 134545b commit 0f3414e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,5 @@ spec:
services:
- name: puppetserver-{{ .Values.customerid }}-puppet
port: puppetserver
{{- range .Values.ingressroutes.mastersFor }}
- match: HostSNI(`{{ . }}.puppet.obmondo.com`)
priority: 10
services:
- name: puppetserver-{{ $.Values.customerid }}-puppet
port: puppetserver
{{- end }}
tls:
passthrough: true
3 changes: 0 additions & 3 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ postgresql:
requests:
memory: 256Mi
cpu: 100m

ingressroutes:
mastersFor: []

0 comments on commit 0f3414e

Please sign in to comment.