16 lines
232 B
YAML
16 lines
232 B
YAML
helmWait: true
|
|
catalog:
|
|
replicas: 2
|
|
labels:
|
|
foo: bar
|
|
podLabels:
|
|
bar: baz
|
|
annotations:
|
|
baz: qux
|
|
podAnnotations:
|
|
qux: quux
|
|
podDisruptionBudget:
|
|
enabled: true
|
|
# maxUnavailable: 1
|
|
minAvailable: 1
|