fix: disable openfga playground
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# fullnameOverride: openfga
|
||||
|
||||
playground:
|
||||
enabled: false
|
||||
port: 3000
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user