Selaa lähdekoodia

Update deployment.yaml

guizhong 5 vuotta sitten
vanhempi
commit
a18e9bfc6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      deployment.yaml

+ 1 - 1
deployment.yaml

@@ -20,7 +20,7 @@ spec:
       terminationGracePeriodSeconds: 180
       initContainers:
         - name: init
-          image: busybox
+          image: hub.evbj.easou.com/dev/busybox
           command: ["chmod","777","-R","$JNLP_MOUNT_PATH"]
           imagePullPolicy: Always
           volumeMounts: