fix: disable openfga playground
This commit is contained in:
@@ -11,10 +11,6 @@ postgresql:
|
|||||||
secretKeys:
|
secretKeys:
|
||||||
userPasswordKey: postgres-password
|
userPasswordKey: postgres-password
|
||||||
|
|
||||||
playground:
|
|
||||||
enabled: false
|
|
||||||
port: 3000
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
|||||||
@@ -11,10 +11,6 @@ postgresql:
|
|||||||
secretKeys:
|
secretKeys:
|
||||||
userPasswordKey: postgres-password
|
userPasswordKey: postgres-password
|
||||||
|
|
||||||
playground:
|
|
||||||
enabled: true
|
|
||||||
port: 3000
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
@@ -26,10 +22,6 @@ ingress:
|
|||||||
- host: openfga.dev.oceanbox.io
|
- host: openfga.dev.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
servicePort: 8080
|
|
||||||
pathType: ImplementationSpecific
|
|
||||||
- path: /playground
|
|
||||||
servicePort: 3000
|
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- secretName: staging-openfga-tls
|
- secretName: staging-openfga-tls
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
# fullnameOverride: openfga
|
# fullnameOverride: openfga
|
||||||
|
|
||||||
|
playground:
|
||||||
|
enabled: false
|
||||||
|
port: 3000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user