Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
b2ee3454
Commit
b2ee3454
authored
Mar 10, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set imagePullPolicy: Always
parent
985ab3ca
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
deployer-deployment.yaml
k8s/CONF/deployer-deployment.yaml
+1
-0
manager-deployment.yaml
k8s/CONF/manager-deployment.yaml
+1
-0
planner-deployment.yaml
k8s/CONF/planner-deployment.yaml
+1
-0
provisioner-deployment.yaml
k8s/CONF/provisioner-deployment.yaml
+1
-0
sure-tosca-deployment.yaml
k8s/CONF/sure-tosca-deployment.yaml
+1
-0
No files found.
k8s/CONF/deployer-deployment.yaml
View file @
b2ee3454
...
...
@@ -26,6 +26,7 @@ spec:
value
:
rabbit
image
:
alogo53/deployer:3.0.0
name
:
deployer
imagePullPolicy
:
Always
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/manager-deployment.yaml
View file @
b2ee3454
...
...
@@ -30,6 +30,7 @@ spec:
value
:
http://sure-tosca:8081/tosca-sure/1.0.0
image
:
alogo53/manager:3.0.0
name
:
manager
imagePullPolicy
:
Always
ports
:
-
containerPort
:
8080
resources
:
{}
...
...
k8s/CONF/planner-deployment.yaml
View file @
b2ee3454
...
...
@@ -25,6 +25,7 @@ spec:
-
name
:
RABBITMQ_HOST
value
:
rabbit
image
:
alogo53/planner:3.0.0
imagePullPolicy
:
Always
name
:
planner
resources
:
{}
restartPolicy
:
Always
...
...
k8s/CONF/provisioner-deployment.yaml
View file @
b2ee3454
...
...
@@ -27,6 +27,7 @@ spec:
-
name
:
SURE_TOSCA_BASE_PATH
value
:
http://sure-tosca:8081/tosca-sure/1.0.0
image
:
alogo53/provisioner:3.0.0
imagePullPolicy
:
Always
name
:
provisioner
resources
:
{}
restartPolicy
:
Always
...
...
k8s/CONF/sure-tosca-deployment.yaml
View file @
b2ee3454
...
...
@@ -23,6 +23,7 @@ spec:
containers
:
-
image
:
alogo53/sure-tosca:3.0.0
name
:
sure-tosca
imagePullPolicy
:
Always
resources
:
{}
restartPolicy
:
Always
status
:
{}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment