fix: disable openfga playground

This commit is contained in:
Jonas Juselius
2024-08-28 10:14:53 +02:00
parent 2316c661b0
commit ba56ee5dac
3 changed files with 5 additions and 12 deletions
-4
View File
@@ -11,10 +11,6 @@ postgresql:
secretKeys:
userPasswordKey: postgres-password
playground:
enabled: false
port: 3000
ingress:
enabled: true
className: nginx
@@ -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
+5
View File
@@ -1,3 +1,8 @@
# fullnameOverride: openfga
playground:
enabled: false
port: 3000