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

added imagePullPolicy: Always

parent af3711cf
......@@ -28,6 +28,7 @@ spec:
value: http://sure-tosca:8081/tosca-sure/1.0.0
image: qcdis/deployer:3.0.0
name: deployer
imagePullPolicy: Always
resources: {}
restartPolicy: Always
status: {}
......@@ -30,6 +30,7 @@ spec:
value: http://sure-tosca:8081/tosca-sure/1.0.0
image: qcdis/manager:3.0.0
name: manager
imagePullPolicy: Always
ports:
- containerPort: 8080
resources: {}
......
......@@ -32,6 +32,7 @@ spec:
value: semaphore
image: mysql:5.6
name: mysql
imagePullPolicy: Always
resources: {}
restartPolicy: Always
status: {}
......@@ -26,6 +26,7 @@ spec:
value: rabbit
image: qcdis/planner:3.0.0
name: planner
imagePullPolicy: Always
resources: {}
restartPolicy: Always
status: {}
......@@ -28,6 +28,7 @@ spec:
value: http://sure-tosca:8081/tosca-sure/1.0.0
image: qcdis/provisioner:3.0.0
name: provisioner
imagePullPolicy: Always
resources: {}
restartPolicy: Always
status: {}
......@@ -23,6 +23,7 @@ spec:
containers:
- image: rabbitmq:3.8-management
name: rabbit
imagePullPolicy: Always
resources: {}
restartPolicy: Always
status: {}
......@@ -46,6 +46,7 @@ spec:
value: http://0.0.0.0:3000
image: semaphore
name: semaphore
imagePullPolicy: Always
ports:
- containerPort: 3000
resources: {}
......
......@@ -23,6 +23,7 @@ spec:
containers:
- image: qcdis/sure-tosca:3.0.0
name: sure-tosca
imagePullPolicy: Always
ports:
- containerPort: 8081
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