From 2316c661b07814802619671b166b26b33e7de0c1 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 28 Aug 2024 10:09:14 +0200 Subject: [PATCH] fix: fix openfga playground ingress --- kustomizations/openfga/values-staging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomizations/openfga/values-staging.yaml b/kustomizations/openfga/values-staging.yaml index c8315547..5e3121a7 100644 --- a/kustomizations/openfga/values-staging.yaml +++ b/kustomizations/openfga/values-staging.yaml @@ -26,10 +26,10 @@ ingress: - host: openfga.dev.oceanbox.io paths: - path: / - servicePort: http + servicePort: 8080 pathType: ImplementationSpecific - path: /playground - servicePort: playground + servicePort: 3000 pathType: ImplementationSpecific tls: - secretName: staging-openfga-tls