Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aibsen committed Dec 3, 2024
1 parent 39831ed commit 5840f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/gafaelfawr/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
name: "gafaelfawr"
port:
number: 8080
{{- if .Values.config.oidcServer.enabled }}
- path: "/.well-known/jwks.json"
pathType: Exact
backend:
Expand All @@ -45,7 +46,6 @@ spec:
name: "gafaelfawr"
port:
number: 8080
{{- if .Values.config.oidcServer.enabled }}
{{- end }}
{{- with .Values.ingress.additionalHosts }}
{{- range . }}
Expand Down

0 comments on commit 5840f13

Please sign in to comment.