fix: fix openfga values and screts
This commit is contained in:
@@ -2,7 +2,7 @@ replicaCount: 2
|
|||||||
|
|
||||||
datastore:
|
datastore:
|
||||||
engine: postgres
|
engine: postgres
|
||||||
uri: postgres://prod-openfga-postgresql.idp.svc.cluster.local:5432/openfga?sslmode=disable
|
uriSecret: prod-openfga-postgresql
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -24,13 +24,13 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||||
hosts:
|
hosts:
|
||||||
- host: a11n.srv.oceanbox.io
|
- host: openfga.srv.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- secretName: staging-openfga-tls
|
- secretName: staging-openfga-tls
|
||||||
hosts:
|
hosts:
|
||||||
- a11n.srv.oceanbox.io
|
- openfga.srv.oceanbox.io
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
datastore:
|
datastore:
|
||||||
engine: postgres
|
engine: postgres
|
||||||
uri: postgres://staging-openfga-postgresql.idp.svc.cluster.local:5432/openfga?sslmode=disable
|
uriSecret: staging-openfga-postgresql
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -24,13 +24,13 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||||
hosts:
|
hosts:
|
||||||
- host: a11n.dev.oceanbox.io
|
- host: openfga.dev.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- secretName: staging-openfga-tls
|
- secretName: staging-openfga-tls
|
||||||
hosts:
|
hosts:
|
||||||
- a11n.dev.oceanbox.io
|
- openfga.dev.oceanbox.io
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user