helm: add enableServiceLinks, poddisruptionbudget (#1293)

Signed-off-by: Juri Malinovski <juri.malinovski@coolbet.com>
This commit is contained in:
Juri Malinovski
2025-12-29 03:31:18 +02:00
committed by GitHub
parent eb33e82b56
commit 4603ece708
4 changed files with 37 additions and 0 deletions
+10
View File
@@ -187,4 +187,14 @@ initStep:
runAsUser: 0
runAsGroup: 0
pdb:
create: false
# Minimum number/percentage of pods that should remain scheduled
minAvailable: ""
# Maximum number/percentage of pods that may be made unavailable
maxUnavailable: 1
# Whether information about services should be injected into pod's environment variable
enableServiceLinks: false
extraManifests: []