Skip to content

Commit

Permalink
try changing ingress template instead
Browse files Browse the repository at this point in the history
  • Loading branch information
aibsen committed Dec 3, 2024
1 parent 71cbd3e commit 39831ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/gafaelfawr/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
name: "gafaelfawr"
port:
number: 8080
{{- if .Values.config.oidcServer.enabled }}
- path: "/.well-known/jwks.json"
pathType: Exact
backend:
Expand All @@ -46,6 +45,7 @@ spec:
name: "gafaelfawr"
port:
number: 8080
{{- if .Values.config.oidcServer.enabled }}
{{- end }}
{{- with .Values.ingress.additionalHosts }}
{{- range . }}
Expand Down
4 changes: 2 additions & 2 deletions applications/gafaelfawr/values-roe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ redis:
config:
internalDatabase: true

oidcServer:
enabled: true
#oidcServer:
# enabled: true

updateSchema: false

Expand Down

0 comments on commit 39831ed

Please sign in to comment.