Skip to content

Commit

Permalink
Merge pull request #230 from opendatacube/feature/add-alb-class-name
Browse files Browse the repository at this point in the history
Add ALB class name to Explorer chart
  • Loading branch information
matt-fry-ga authored Oct 23, 2024
2 parents 8d03f69 + 01a5cc7 commit 18d7dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stable/datacube-explorer/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $ingressClassName := .Values.ingress.ingressClassName -}}
{{- $fullName := include "datacube-explorer.fullname" . -}}
{{- $ingressPath := .Values.ingress.path -}}
{{- $ingressRedirect := .Values.ingress.redirect -}}
Expand All @@ -21,6 +22,9 @@ metadata:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
{{- if $ingressClassName -}}
ingressClassName: {{ $ingressClassName }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: {{ . | quote }}
Expand Down

0 comments on commit 18d7dfd

Please sign in to comment.