Automation adds INFO.yaml
[ric-plt/vespamgr.git] / ves-agent-chart / templates / deployment.yaml
index 1bd4560..fcd54bb 100644 (file)
@@ -48,5 +48,13 @@ spec:
                 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