From 0c629156acea9b717dc20849688436d1982a83bc Mon Sep 17 00:00:00 2001 From: system Date: Wed, 10 Dec 2025 00:58:15 +0000 Subject: [PATCH] Update values for lakekeeper6 --- lakekeeper6/values-quota.yaml | 0 lakekeeper6/values-volume-quota.yaml | 0 lakekeeper6/values.yaml | 63 ++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 lakekeeper6/values-quota.yaml create mode 100644 lakekeeper6/values-volume-quota.yaml create mode 100644 lakekeeper6/values.yaml diff --git a/lakekeeper6/values-quota.yaml b/lakekeeper6/values-quota.yaml new file mode 100644 index 0000000..e69de29 diff --git a/lakekeeper6/values-volume-quota.yaml b/lakekeeper6/values-volume-quota.yaml new file mode 100644 index 0000000..e69de29 diff --git a/lakekeeper6/values.yaml b/lakekeeper6/values.yaml new file mode 100644 index 0000000..b5be61b --- /dev/null +++ b/lakekeeper6/values.yaml @@ -0,0 +1,63 @@ +#version: lakekeeper, 0.8.1 +catalog: + resources: {} + ingress: + enabled: true + annotations: + cert-manager.io/cluster-issuer: root-ca-issuer + cert-manager.io/duration: 8760h + cert-manager.io/renew-before: 720h + konghq.com/https-redirect-status-code: '301' + konghq.com/protocols: https + + host: "lakekeeper6.gke.paasup.io" + ingressClassName: "kong" + tls: + enabled: true + secretName: "lakekeeper6-tls-secret" + + + extraVolumeMounts: + - name: keycloak-tls + mountPath: "/tmp/ca.crt" + subPath: ca.crt + readOnly: true + extraVolumes: + - name: keycloak-tls + secret: + secretName: keycloak-tls + +postgresql: + storage: + className: + requestedSize: 5Gi + resources: {} + + +auth: + oauth2: + providerUri: "https://keycloak.gke.paasup.io/realms/paasup" + audience: "lakekeeper" + ui: + clientID: "service-lakekeeper6" + scopes: "lakekeeper2" +authz: + backend: "openfga" + openfga: + apiKey: "NfJtFxCbLDba" + +internalOpenFGA: true +openfga: + resources: {} + playground: + enabled: true + authn: + method: "preshared" + preshared: + keys: ["NfJtFxCbLDba"] + postgresql: + primary: + resources: {} + persistence: + storageClass: "" + size: 8Gi \ No newline at end of file