From 15ec4a035f88cf505dfb182dc93bdeb11ca74069 Mon Sep 17 00:00:00 2001 From: mogluu <47318409+mogluu@users.noreply.github.com> Date: Thu, 26 Mar 2020 04:08:05 -0400 Subject: [PATCH] fix ingress paths --- .../templates/helm/gluu/charts/nginx/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/nginx/templates/ingress.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/nginx/templates/ingress.yaml index 6020f26df..a3dd29e94 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/nginx/templates/ingress.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/nginx/templates/ingress.yaml @@ -262,7 +262,7 @@ spec: - host: {{ . | quote }} http: paths: - - path: /.well-known/fido-configuration + - path: /.well-known/fido-configuration backend: serviceName: oxauth servicePort: 8080 @@ -301,7 +301,7 @@ spec: - host: {{ . | quote }} http: paths: - - path: /.well-known/fido2-configuration + - path: /.well-known/fido2-configuration backend: serviceName: oxauth servicePort: 8080