X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=auth%2Fhelm%2Faaf-hello%2Ftemplates%2Faaf-hello.yaml;h=896ff35dc99f2db67a812133bab8245c50bbb579;hb=5b77b6489dfb644a901e2640615a32d78f533351;hp=e19b5997fb01783bc9022f92a791f0bfb8054651;hpb=0e302ed774f4c371b9414fe99836836f775b688d;p=aaf%2Fauthz.git diff --git a/auth/helm/aaf-hello/templates/aaf-hello.yaml b/auth/helm/aaf-hello/templates/aaf-hello.yaml index e19b5997..896ff35d 100644 --- a/auth/helm/aaf-hello/templates/aaf-hello.yaml +++ b/auth/helm/aaf-hello/templates/aaf-hello.yaml @@ -102,7 +102,7 @@ spec: - name: aaf-hello image: {{ .Values.image.repository }}onap/aaf/aaf_hello:{{ .Values.image.version }} imagePullPolicy: IfNotPresent - command: ["/bin/bash","-c","cd /opt/app/aaf && exec bin/hello"] + command: ["/bin/bash","-c","cd /opt/app/aaf && sleep 240 && exec bin/hello"] volumeMounts: - mountPath: "/opt/app/osaaf/local" name: aaf-hello-vol