mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 01:09:23 +00:00
helm: add enableServiceLinks, poddisruptionbudget (#1293)
Signed-off-by: Juri Malinovski <juri.malinovski@coolbet.com>
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user