From 73b2a93616fe3777d0f0756b5401141be1ddcc0e Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 7 Jun 2026 14:04:23 +0200 Subject: [PATCH] feat: manual only deployment --- helm/keycloak/values.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/helm/keycloak/values.yaml b/helm/keycloak/values.yaml index 3ba2ed9..9413abb 100644 --- a/helm/keycloak/values.yaml +++ b/helm/keycloak/values.yaml @@ -16,5 +16,9 @@ postgresql: ingress: enabled: true ingressClassName: nginx - hostname: keycloak.49.13.143.254.nip.io - tls: false + rules: + - host: keycloak.49.13.143.254.nip.io + paths: + - path: / + pathType: Prefix + tls: []