Commit 072fd91a authored by Spiros Koulouzis's avatar Spiros Koulouzis

added imagePullPolicy: Always

parent af3711cf
...@@ -28,6 +28,7 @@ spec: ...@@ -28,6 +28,7 @@ spec:
value: http://sure-tosca:8081/tosca-sure/1.0.0 value: http://sure-tosca:8081/tosca-sure/1.0.0
image: qcdis/deployer:3.0.0 image: qcdis/deployer:3.0.0
name: deployer name: deployer
imagePullPolicy: Always
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
status: {} status: {}
...@@ -30,6 +30,7 @@ spec: ...@@ -30,6 +30,7 @@ spec:
value: http://sure-tosca:8081/tosca-sure/1.0.0 value: http://sure-tosca:8081/tosca-sure/1.0.0
image: qcdis/manager:3.0.0 image: qcdis/manager:3.0.0
name: manager name: manager
imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources: {} resources: {}
......
...@@ -32,6 +32,7 @@ spec: ...@@ -32,6 +32,7 @@ spec:
value: semaphore value: semaphore
image: mysql:5.6 image: mysql:5.6
name: mysql name: mysql
imagePullPolicy: Always
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
status: {} status: {}
...@@ -26,6 +26,7 @@ spec: ...@@ -26,6 +26,7 @@ spec:
value: rabbit value: rabbit
image: qcdis/planner:3.0.0 image: qcdis/planner:3.0.0
name: planner name: planner
imagePullPolicy: Always
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
status: {} status: {}
...@@ -28,6 +28,7 @@ spec: ...@@ -28,6 +28,7 @@ spec:
value: http://sure-tosca:8081/tosca-sure/1.0.0 value: http://sure-tosca:8081/tosca-sure/1.0.0
image: qcdis/provisioner:3.0.0 image: qcdis/provisioner:3.0.0
name: provisioner name: provisioner
imagePullPolicy: Always
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
status: {} status: {}
...@@ -23,6 +23,7 @@ spec: ...@@ -23,6 +23,7 @@ spec:
containers: containers:
- image: rabbitmq:3.8-management - image: rabbitmq:3.8-management
name: rabbit name: rabbit
imagePullPolicy: Always
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
status: {} status: {}
...@@ -46,6 +46,7 @@ spec: ...@@ -46,6 +46,7 @@ spec:
value: http://0.0.0.0:3000 value: http://0.0.0.0:3000
image: semaphore image: semaphore
name: semaphore name: semaphore
imagePullPolicy: Always
ports: ports:
- containerPort: 3000 - containerPort: 3000
resources: {} resources: {}
......
...@@ -23,6 +23,7 @@ spec: ...@@ -23,6 +23,7 @@ spec:
containers: containers:
- image: qcdis/sure-tosca:3.0.0 - image: qcdis/sure-tosca:3.0.0
name: sure-tosca name: sure-tosca
imagePullPolicy: Always
ports: ports:
- containerPort: 8081 - containerPort: 8081
resources: {} resources: {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment