Merge "Automation adds INFO.yaml"
[ric-plt/vespamgr.git] / ves-agent-chart / templates / deployment.yaml
index 4fcb131..fcd54bb 100644 (file)
@@ -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