X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fdbaas%2Ftemplates%2Fstatefulset.yaml;h=25faf7d81bc9d7d7a46d63057935bf082f3a7755;hb=refs%2Fchanges%2F01%2F6301%2F1;hp=4d1593ec05cc7194e7663be850d8480b43d47d3c;hpb=6e02fd8dfc47a1779fb3396e5e2b6567938b46ef;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/templates/statefulset.yaml b/helm/dbaas/templates/statefulset.yaml index 4d1593e..25faf7d 100644 --- a/helm/dbaas/templates/statefulset.yaml +++ b/helm/dbaas/templates/statefulset.yaml @@ -107,7 +107,7 @@ spec: command: - /bin/sh - -c - - timeout -t {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping + - {{ .Values.dbaas.probeTimeoutCommand }} {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping initialDelaySeconds: 15 periodSeconds: 5 readinessProbe: @@ -115,7 +115,7 @@ spec: command: - /bin/sh - -c - - timeout -t {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping + - {{ .Values.dbaas.probeTimeoutCommand }} {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping initialDelaySeconds: 15 periodSeconds: 5 ports: @@ -138,7 +138,7 @@ spec: command: - /bin/sh - -c - - timeout -t {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping + - {{ .Values.dbaas.probeTimeoutCommand }} {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping initialDelaySeconds: 15 periodSeconds: 5 readinessProbe: @@ -146,7 +146,7 @@ spec: command: - /bin/sh - -c - - timeout -t {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping + - {{ .Values.dbaas.probeTimeoutCommand }} {{ .Values.dbaas.probeTimeout }} redis-cli -p {{ include "common.serviceport.dbaas.redis" . }} ping initialDelaySeconds: 15 periodSeconds: 5 ports: