X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fvespamgr%2Ftemplates%2Fdeployment.yaml;h=289045ce2b516220f80efd7ebd47fbbbe9226e4d;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=8f053aa7dbd979467d545ca286af2dbe2f34f075;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml index 8f053aa7..289045ce 100644 --- a/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml @@ -42,6 +42,9 @@ spec: hostname: {{ include "common.name.vespamgr" . }} imagePullSecrets: - name: {{ include "common.repositoryCred" . }} + {{- with .Values.vespamgr.nodeselector }} + nodeSelector: {{ toYaml . | trim | nindent 8 -}} + {{- end }} containers: - name: {{ include "common.containername.vespamgr" . }} image: {{ include "common.repository" . }}/{{ .Values.vespamgr.image.name }}:{{ .Values.vespamgr.image.tag }} @@ -55,5 +58,14 @@ spec: name: {{ include "common.configmapname.vespamgr" . }} - secretRef: name: vespa-secrets - + env: + - name: VESMGR_APPMGRDOMAIN + value: appmgr-service + livenessProbe: + httpGet: + path: /supervision + port: 8080 + initialDelaySeconds: 30 + periodSeconds: 60 + timeoutSeconds: 20