From 1b44b49a4b8a249a22f2de855ee44f2d8dc7ebd6 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 28 Aug 2024 09:13:44 +0200 Subject: [PATCH] fix: fix openfga values and screts --- kustomizations/openfga/values-prod.yaml | 6 +++--- kustomizations/openfga/values-staging.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kustomizations/openfga/values-prod.yaml b/kustomizations/openfga/values-prod.yaml index 7e963d1c..d145ed1e 100644 --- a/kustomizations/openfga/values-prod.yaml +++ b/kustomizations/openfga/values-prod.yaml @@ -2,7 +2,7 @@ replicaCount: 2 datastore: engine: postgres - uri: postgres://prod-openfga-postgresql.idp.svc.cluster.local:5432/openfga?sslmode=disable + uriSecret: prod-openfga-postgresql postgresql: enabled: true @@ -24,13 +24,13 @@ ingress: 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: a11n.srv.oceanbox.io + - host: openfga.srv.oceanbox.io paths: - path: / pathType: ImplementationSpecific tls: - secretName: staging-openfga-tls hosts: - - a11n.srv.oceanbox.io + - openfga.srv.oceanbox.io diff --git a/kustomizations/openfga/values-staging.yaml b/kustomizations/openfga/values-staging.yaml index 32d57026..674685b0 100644 --- a/kustomizations/openfga/values-staging.yaml +++ b/kustomizations/openfga/values-staging.yaml @@ -2,7 +2,7 @@ replicaCount: 1 datastore: engine: postgres - uri: postgres://staging-openfga-postgresql.idp.svc.cluster.local:5432/openfga?sslmode=disable + uriSecret: staging-openfga-postgresql postgresql: enabled: true @@ -24,13 +24,13 @@ ingress: 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: a11n.dev.oceanbox.io + - host: openfga.dev.oceanbox.io paths: - path: / pathType: ImplementationSpecific tls: - secretName: staging-openfga-tls hosts: - - a11n.dev.oceanbox.io + - openfga.dev.oceanbox.io