Add lakekeeper chart 0.8.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
helmWait: true
|
||||
internalOpenFGA: true
|
||||
authn:
|
||||
k8s:
|
||||
enabled: true
|
||||
authz:
|
||||
backend: "openfga"
|
||||
@@ -0,0 +1,12 @@
|
||||
helmWait: true
|
||||
catalog:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
maxReplicas: 3
|
||||
metrics:
|
||||
- type: Resource
|
||||
resource:
|
||||
name: cpu-percent
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 80
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,13 @@
|
||||
helmWait: true
|
||||
catalog:
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
||||
containerSecurityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
@@ -0,0 +1,9 @@
|
||||
helmWait: true
|
||||
catalog:
|
||||
extraVolumes:
|
||||
- name: iceberg-catalog
|
||||
emptyDir: {}
|
||||
extraVolumeMounts:
|
||||
- name: iceberg-catalog
|
||||
mountPath: /volume-mount-test
|
||||
readOnly: false
|
||||
Reference in New Issue
Block a user