Skip to content

Commit

Permalink
change ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent a890cb8 commit ecd6a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
annotations:
{{- toYaml .Values.ingress.annotations | nindent 4 }}
spec:
ingressClassName: nginx-example
ingressClassName: {{ $.Values.ingress.class }}
rules:
{{ .Values.ingress.class }}
{{- range .Values.ingress.hosts }}
- host: {{ .host }}
http:
paths:
Expand All @@ -32,4 +32,4 @@ spec:
secretName: {{ .secretName }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit ecd6a9a

Please sign in to comment.