updaed docker file for ssh pass support
[ealt-edge.git] / example-apps / ROBO / backup_BE / backup-k8s.yaml
index 195e346..782ac75 100644 (file)
@@ -36,6 +36,9 @@ spec:
           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
 ---