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
3cadc0d6
Commit
3cadc0d6
authored
Apr 24, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added selector
parent
9cde2c8d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
0 deletions
+24
-0
deployer-deployment.yaml
k8s/CONF/deployer-deployment.yaml
+3
-0
manager-deployment.yaml
k8s/CONF/manager-deployment.yaml
+3
-0
mongo-deployment.yaml
k8s/CONF/mongo-deployment.yaml
+3
-0
mysql-deployment.yaml
k8s/CONF/mysql-deployment.yaml
+3
-0
planner-deployment.yaml
k8s/CONF/planner-deployment.yaml
+3
-0
provisioner-deployment.yaml
k8s/CONF/provisioner-deployment.yaml
+3
-0
semaphore-deployment.yaml
k8s/CONF/semaphore-deployment.yaml
+3
-0
sure-tosca-deployment.yaml
k8s/CONF/sure-tosca-deployment.yaml
+3
-0
No files found.
k8s/CONF/deployer-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
deployer
name
:
deployer
spec
:
selector
:
matchLabels
:
io.kompose.service
:
deployer
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/manager-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
manager
name
:
manager
spec
:
selector
:
matchLabels
:
io.kompose.service
:
manager
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/mongo-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
mongo
name
:
mongo
spec
:
selector
:
matchLabels
:
io.kompose.service
:
mongo
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/mysql-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
mysql
name
:
mysql
spec
:
selector
:
matchLabels
:
io.kompose.service
:
mysql
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/planner-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
planner
name
:
planner
spec
:
selector
:
matchLabels
:
io.kompose.service
:
planner
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/provisioner-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
provisioner
name
:
provisioner
spec
:
selector
:
matchLabels
:
io.kompose.service
:
provisioner
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/semaphore-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
semaphore
name
:
semaphore
spec
:
selector
:
matchLabels
:
io.kompose.service
:
semaphore
replicas
:
1
strategy
:
{}
template
:
...
...
k8s/CONF/sure-tosca-deployment.yaml
View file @
3cadc0d6
...
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
sure-tosca
name
:
sure-tosca
spec
:
selector
:
matchLabels
:
io.kompose.service
:
sure-tosca
replicas
:
1
strategy
:
{}
template
:
...
...
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