diff options
Diffstat (limited to 'docs/sections/resources/yaml/keycloak-ingress.yaml')
-rw-r--r-- | docs/sections/resources/yaml/keycloak-ingress.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sections/resources/yaml/keycloak-ingress.yaml b/docs/sections/resources/yaml/keycloak-ingress.yaml index 91fc34f381..9318b374e2 100644 --- a/docs/sections/resources/yaml/keycloak-ingress.yaml +++ b/docs/sections/resources/yaml/keycloak-ingress.yaml @@ -24,7 +24,7 @@ spec: Matches: Path: Type: PathPrefix - Value: /auth + Value: / --- apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute @@ -46,10 +46,10 @@ spec: - backendRefs: - group: "" kind: Service - name: keycloak-keycloakx-http + name: keycloak-http port: 80 weight: 1 matches: - path: type: PathPrefix - value: /auth + value: / |