feat: rename kustomizations/ to values/
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
replicaCount: 2
|
||||
|
||||
datastore:
|
||||
engine: postgres
|
||||
uriSecret: prod-openfga-postgresql
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
existingSecret: prod-openfga-postgresql
|
||||
secretKeys:
|
||||
userPasswordKey: postgres-password
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
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
|
||||
hosts:
|
||||
- host: openfga.srv.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: staging-openfga-tls
|
||||
hosts:
|
||||
- openfga.srv.oceanbox.io
|
||||
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
replicaCount: 1
|
||||
|
||||
datastore:
|
||||
engine: postgres
|
||||
uriSecret: staging-openfga-postgresql
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
existingSecret: staging-openfga-postgresql
|
||||
secretKeys:
|
||||
userPasswordKey: postgres-password
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
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
|
||||
hosts:
|
||||
- host: openfga.dev.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: staging-openfga-tls
|
||||
hosts:
|
||||
- openfga.dev.oceanbox.io
|
||||
@@ -0,0 +1,8 @@
|
||||
# fullnameOverride: openfga
|
||||
|
||||
playground:
|
||||
enabled: false
|
||||
port: 3000
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user