diff --git a/applications/gafaelfawr/templates/ingress.yaml b/applications/gafaelfawr/templates/ingress.yaml index ae275790a6..f1afdd9d90 100644 --- a/applications/gafaelfawr/templates/ingress.yaml +++ b/applications/gafaelfawr/templates/ingress.yaml @@ -31,7 +31,6 @@ spec: name: "gafaelfawr" port: number: 8080 - {{- if .Values.config.oidcServer.enabled }} - path: "/.well-known/jwks.json" pathType: Exact backend: @@ -46,6 +45,7 @@ spec: name: "gafaelfawr" port: number: 8080 + {{- if .Values.config.oidcServer.enabled }} {{- end }} {{- with .Values.ingress.additionalHosts }} {{- range . }} diff --git a/applications/gafaelfawr/values-roe.yaml b/applications/gafaelfawr/values-roe.yaml index 1898d9ae48..cf69423293 100644 --- a/applications/gafaelfawr/values-roe.yaml +++ b/applications/gafaelfawr/values-roe.yaml @@ -5,8 +5,8 @@ redis: config: internalDatabase: true - oidcServer: - enabled: true + #oidcServer: + # enabled: true updateSchema: false