From 39831edb12759ed71be0cfa7b5b3e3fbee48b9bd Mon Sep 17 00:00:00 2001 From: Amanda Ibsen Date: Tue, 3 Dec 2024 15:46:40 +0000 Subject: [PATCH] try changing ingress template instead --- applications/gafaelfawr/templates/ingress.yaml | 2 +- applications/gafaelfawr/values-roe.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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