Skip to content

Commit

Permalink
feat(base-cluster/monitoring): use different setup for tls for oauth-… (
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Apr 12, 2024
1 parent afacd7f commit cc2e6a9
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ spec:
ingress:
enabled: true
hostname: {{ include (printf "base-cluster.%s.host" $host) $ }}
extraTls: |-
- hosts:
- {{ "{{ .Values.ingress.hostname }}" }}
secretName: {{ include "base-cluster.certificate" (dict "name" $host "customDomain" $ingress.customDomain "context" $) }}
tls: true
certManager: true
existingSecretName: {{ include "base-cluster.certificate" (dict "name" $host "customDomain" $ingress.customDomain "context" $) | quote }}
replicaCount: 2
pdb:
create: true
Expand Down

0 comments on commit cc2e6a9

Please sign in to comment.