11 lines
334 B
YAML
11 lines
334 B
YAML
ingress:
|
|
enabled: false
|
|
|
|
defaultSettings:
|
|
deletingConfirmationFlag: true
|
|
defaultReplicaCount: 1
|
|
# Automatically delete orphaned data to keep storage clean
|
|
orphanAutoDeletion: true
|
|
# Force pod deletion when node goes down to trigger volume detachment
|
|
nodeDownPodDeletionPolicy: delete-both-statefulset-and-deployment-pod
|