add auto init/unseal for vault

This commit is contained in:
2024-05-06 00:00:18 +03:00
parent 772b8ceb57
commit e6689a1dda
21 changed files with 779 additions and 114 deletions

View File

@@ -344,7 +344,7 @@
# name: http-monitoring
readinessProbe:
enabled: true
enabled: false
# If you need to use a http path instead of the default exec
# path: /v1/sys/health?standbyok=true
@@ -388,11 +388,6 @@
# Used to set the sleep time during the preStop step
preStopSleepSeconds: 5
postStart:
# - /bin/sh
# - -c
# - /vault/userconfig/myscript/run.sh
extraEnvironmentVars: {}
extraSecretEnvironmentVars: []
@@ -816,6 +811,7 @@
extraLabels: {}
readinessProbe:
enabled: true
failureThreshold: 2
initialDelaySeconds: 5
periodSeconds: 5