X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ves-agent-chart%2Ftemplates%2Fdeployment.yaml;h=fcd54bb79e5761e8de08e168830f00e6ed84e466;hb=8a09a8916b32d739d94633a3527bcdcfb4083155;hp=4fcb1315aac6d622b773d0cd66e859bf0fbd0c54;hpb=4b74f01111b3b14fbb3832d8aaf4946cded374a0;p=ric-plt%2Fvespamgr.git diff --git a/ves-agent-chart/templates/deployment.yaml b/ves-agent-chart/templates/deployment.yaml index 4fcb131..fcd54bb 100644 --- a/ves-agent-chart/templates/deployment.yaml +++ b/ves-agent-chart/templates/deployment.yaml @@ -46,4 +46,15 @@ spec: envFrom: - configMapRef: name: vespa-config - + - secretRef: + name: vespa-secrets + env: + - name: VESMGR_APPMGRDOMAIN + value: appmgr-service + livenessProbe: + httpGet: + path: /supervision + port: 8080 + initialDelaySeconds: 30 + periodSeconds: 60 + timeoutSeconds: 20