From ba56ee5dacb0538479a4464f17d3671ec5cdd6d9 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 28 Aug 2024 10:14:53 +0200 Subject: [PATCH] fix: disable openfga playground --- kustomizations/openfga/values-prod.yaml | 4 ---- kustomizations/openfga/values-staging.yaml | 8 -------- kustomizations/openfga/values.yaml | 5 +++++ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/kustomizations/openfga/values-prod.yaml b/kustomizations/openfga/values-prod.yaml index 9023a8d4..12aa9583 100644 --- a/kustomizations/openfga/values-prod.yaml +++ b/kustomizations/openfga/values-prod.yaml @@ -11,10 +11,6 @@ postgresql: secretKeys: userPasswordKey: postgres-password -playground: - enabled: false - port: 3000 - ingress: enabled: true className: nginx diff --git a/kustomizations/openfga/values-staging.yaml b/kustomizations/openfga/values-staging.yaml index 5e3121a7..d506c3a3 100644 --- a/kustomizations/openfga/values-staging.yaml +++ b/kustomizations/openfga/values-staging.yaml @@ -11,10 +11,6 @@ postgresql: secretKeys: userPasswordKey: postgres-password -playground: - enabled: true - port: 3000 - ingress: enabled: true className: nginx @@ -26,10 +22,6 @@ ingress: - host: openfga.dev.oceanbox.io paths: - path: / - servicePort: 8080 - pathType: ImplementationSpecific - - path: /playground - servicePort: 3000 pathType: ImplementationSpecific tls: - secretName: staging-openfga-tls diff --git a/kustomizations/openfga/values.yaml b/kustomizations/openfga/values.yaml index 99a898ff..8255d381 100644 --- a/kustomizations/openfga/values.yaml +++ b/kustomizations/openfga/values.yaml @@ -1,3 +1,8 @@ # fullnameOverride: openfga +playground: + enabled: false + port: 3000 + +