You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.2 KiB
63 lines
1.2 KiB
#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: "lakekeeper9.gke.paasup.io"
|
|
ingressClassName: "kong"
|
|
tls:
|
|
enabled: true
|
|
secretName: "lakekeeper9-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-lakekeeper9"
|
|
scopes: "lakekeeper2"
|
|
authz:
|
|
backend: "openfga"
|
|
openfga:
|
|
apiKey: "OdDDzTFu5uBY"
|
|
|
|
internalOpenFGA: true
|
|
openfga:
|
|
resources: {}
|
|
playground:
|
|
enabled: true
|
|
authn:
|
|
method: "preshared"
|
|
preshared:
|
|
keys: ["OdDDzTFu5uBY"]
|
|
postgresql:
|
|
primary:
|
|
resources: {}
|
|
persistence:
|
|
storageClass: ""
|
|
size: 8Gi |