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