Commit b2ee3454 authored by Spiros Koulouzis's avatar Spiros Koulouzis

set imagePullPolicy: Always

parent 985ab3ca
...@@ -26,6 +26,7 @@ spec: ...@@ -26,6 +26,7 @@ spec:
value: rabbit value: rabbit
image: alogo53/deployer:3.0.0 image: alogo53/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: alogo53/manager:3.0.0 image: alogo53/manager:3.0.0
name: manager name: manager
imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources: {} resources: {}
......
...@@ -25,6 +25,7 @@ spec: ...@@ -25,6 +25,7 @@ spec:
- name: RABBITMQ_HOST - name: RABBITMQ_HOST
value: rabbit value: rabbit
image: alogo53/planner:3.0.0 image: alogo53/planner:3.0.0
imagePullPolicy: Always
name: planner name: planner
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
......
...@@ -27,6 +27,7 @@ spec: ...@@ -27,6 +27,7 @@ spec:
- name: SURE_TOSCA_BASE_PATH - name: SURE_TOSCA_BASE_PATH
value: http://sure-tosca:8081/tosca-sure/1.0.0 value: http://sure-tosca:8081/tosca-sure/1.0.0
image: alogo53/provisioner:3.0.0 image: alogo53/provisioner:3.0.0
imagePullPolicy: Always
name: provisioner name: provisioner
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
......
...@@ -23,6 +23,7 @@ spec: ...@@ -23,6 +23,7 @@ spec:
containers: containers:
- image: alogo53/sure-tosca:3.0.0 - image: alogo53/sure-tosca:3.0.0
name: sure-tosca name: sure-tosca
imagePullPolicy: Always
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
status: {} status: {}
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