Add lakekeeper chart 0.8.1

This commit is contained in:
wbsong111
2025-11-26 15:11:27 +09:00
parent a8332c8c05
commit 2b649a78c6
194 changed files with 20799 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
helmWait: true
internalOpenFGA: true
authn:
k8s:
enabled: true
authz:
backend: "openfga"
+12
View File
@@ -0,0 +1,12 @@
helmWait: true
catalog:
autoscaling:
enabled: true
maxReplicas: 3
metrics:
- type: Resource
resource:
name: cpu-percent
target:
type: Utilization
averageUtilization: 80
+13
View File
@@ -0,0 +1,13 @@
helmWait: true
catalog:
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
labels:
foo: bar
ingressClassName: nginx
host: iceberg-catalog.local
tls:
enabled: true
secretName: iceberg-catalog-tls
@@ -0,0 +1,4 @@
helmWait: true
lakekeeper:
edition: "plus"
useLicenseSecret: false
+15
View File
@@ -0,0 +1,15 @@
helmWait: true
catalog:
replicas: 2
labels:
foo: bar
podLabels:
bar: baz
annotations:
baz: qux
podAnnotations:
qux: quux
podDisruptionBudget:
enabled: true
# maxUnavailable: 1
minAvailable: 1
+13
View File
@@ -0,0 +1,13 @@
helmWait: true
catalog:
podSecurityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containerSecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- all
+9
View File
@@ -0,0 +1,9 @@
helmWait: true
catalog:
extraVolumes:
- name: iceberg-catalog
emptyDir: {}
extraVolumeMounts:
- name: iceberg-catalog
mountPath: /volume-mount-test
readOnly: false