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
072fd91a
Commit
072fd91a
authored
Apr 24, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added imagePullPolicy: Always
parent
af3711cf
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
0 deletions
+8
-0
deployer-deployment.yaml
k8s/CONF/deployer-deployment.yaml
+1
-0
manager-deployment.yaml
k8s/CONF/manager-deployment.yaml
+1
-0
mysql-deployment.yaml
k8s/CONF/mysql-deployment.yaml
+1
-0
planner-deployment.yaml
k8s/CONF/planner-deployment.yaml
+1
-0
provisioner-deployment.yaml
k8s/CONF/provisioner-deployment.yaml
+1
-0
rabbit-deployment.yaml
k8s/CONF/rabbit-deployment.yaml
+1
-0
semaphore-deployment.yaml
k8s/CONF/semaphore-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 @
072fd91a
...
...
@@ -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
:
{}
k8s/CONF/manager-deployment.yaml
View file @
072fd91a
...
...
@@ -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
:
{}
...
...
k8s/CONF/mysql-deployment.yaml
View file @
072fd91a
...
...
@@ -32,6 +32,7 @@ spec:
value
:
semaphore
image
:
mysql:5.6
name
:
mysql
imagePullPolicy
:
Always
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/planner-deployment.yaml
View file @
072fd91a
...
...
@@ -26,6 +26,7 @@ spec:
value
:
rabbit
image
:
qcdis/planner:3.0.0
name
:
planner
imagePullPolicy
:
Always
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/provisioner-deployment.yaml
View file @
072fd91a
...
...
@@ -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
:
{}
k8s/CONF/rabbit-deployment.yaml
View file @
072fd91a
...
...
@@ -23,6 +23,7 @@ spec:
containers
:
-
image
:
rabbitmq:3.8-management
name
:
rabbit
imagePullPolicy
:
Always
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/semaphore-deployment.yaml
View file @
072fd91a
...
...
@@ -46,6 +46,7 @@ spec:
value
:
http://0.0.0.0:3000
image
:
semaphore
name
:
semaphore
imagePullPolicy
:
Always
ports
:
-
containerPort
:
3000
resources
:
{}
...
...
k8s/CONF/sure-tosca-deployment.yaml
View file @
072fd91a
...
...
@@ -23,6 +23,7 @@ spec:
containers
:
-
image
:
qcdis/sure-tosca:3.0.0
name
:
sure-tosca
imagePullPolicy
:
Always
ports
:
-
containerPort
:
8081
resources
:
{}
...
...
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