From 9af7de6ae677806ccd0250f636d05962c818e04d Mon Sep 17 00:00:00 2001 From: system Date: Tue, 9 Dec 2025 08:19:55 +0000 Subject: [PATCH] Update values for lakekeeper3 --- lakekeeper3/values-quota.yaml | 0 lakekeeper3/values-volume-quota.yaml | 0 lakekeeper3/values.yaml | 63 ++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 lakekeeper3/values-quota.yaml create mode 100644 lakekeeper3/values-volume-quota.yaml create mode 100644 lakekeeper3/values.yaml diff --git a/lakekeeper3/values-quota.yaml b/lakekeeper3/values-quota.yaml new file mode 100644 index 0000000..e69de29 diff --git a/lakekeeper3/values-volume-quota.yaml b/lakekeeper3/values-volume-quota.yaml new file mode 100644 index 0000000..e69de29 diff --git a/lakekeeper3/values.yaml b/lakekeeper3/values.yaml new file mode 100644 index 0000000..ca72c53 --- /dev/null +++ b/lakekeeper3/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: "lakekeeper3.gke.paasup.io" + ingressClassName: "kong" + tls: + enabled: true + secretName: "lakekeeper3-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-lakekeeper3" + scopes: "lakekeeper" +authz: + backend: "openfga" + openfga: + apiKey: "vvgc939ia8kG" + +internalOpenFGA: true +openfga: + resources: {} + playground: + enabled: true + authn: + method: "preshared" + preshared: + keys: ["vvgc939ia8kG"] + postgresql: + primary: + resources: {} + persistence: + storageClass: "" + size: 8Gi \ No newline at end of file