X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fdbaas%2Fvalues.yaml;h=733c15a4d6d1da0554058d702066a56de0b966da;hb=dd88b0c5be4b008722eb752353281509b3d94b1d;hp=cf275ae247bf21279348206b40cb8d88e97ed08b;hpb=1a05b9916f22e901785103f6bcd41a7867f1ae03;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index cf275ae..733c15a 100644 --- a/helm/dbaas/values.yaml +++ b/helm/dbaas/values.yaml @@ -52,4 +52,10 @@ dbaas: saReplicas: 1 haReplicas: 3 + #Timeout command below requires -t flag if installed DBAAS image is older than + #0.5.0. Reason is that DBAAS image version 0.5.0 and newer ones are based on + #newer Alpine 3.11 OS version and in this Alpine version timeout command + #doesn't have -t flag anymore. + probeTimeoutCommand: "timeout" + #probeTimeoutCommand: "timeout -t" probeTimeout: 10