updaed docker file for ssh pass support
[ealt-edge.git] / example-apps / ROBO / backup_BE / backup-k8s.yaml
index 67524f3..782ac75 100644 (file)
@@ -32,10 +32,13 @@ spec:
             claimName: task-pv-claim
       containers:
         - name: backup-be
-          image: khemendra/backup:1.1
+          image: ealtedge/robo-be
           env:
             - name: KUBE_CONFIG
               value: "/usr/app/.kube/config"
+            - name: HOSTIP
+              value: "10.10.0.54"
+
           ports:
             - containerPort: 8091
           volumeMounts:
@@ -57,7 +60,7 @@ spec:
   accessModes:
     - ReadWriteOnce
   hostPath:
-    path: "/home/root1/.kube/"
+    path: "/root/.kube/"
 
 # pvc
 ---