Skip to content

Commit

Permalink
Update ingress.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsoper authored Feb 13, 2024
1 parent 8778e27 commit 9fa4c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/app/dbs/tmpl/es/kibana/ingress.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
{{$k}}: "{{$v}}"
{{- end }}
spec:
ingressClassName: nginx
ingressClassName: {{ .Spec.Networking.Ingress.IngressClassName }}
{{- if and ( isTrue .Spec.Networking.HTTPS.Enabled ) (ne .Spec.Networking.HTTPS.CertSecret "") }}
tls:
- hosts:
Expand All @@ -47,4 +47,4 @@ spec:
name: {{ .Spec.Dbs.Es.Kibana.SvcName }}
port:
number: {{ .Spec.Dbs.Es.Kibana.Port }}
{{- end}}
{{- end}}

0 comments on commit 9fa4c61

Please sign in to comment.