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
0801de36
Commit
0801de36
authored
Feb 11, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version
parent
2993ab88
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
40 additions
and
98 deletions
+40
-98
docker-compose.yml
docker-compose.yml
+18
-18
deployer-deployment.yaml
k8s/CONF/deployer-deployment.yaml
+3
-0
manager-deployment.yaml
k8s/CONF/manager-deployment.yaml
+3
-0
manager-service.yaml
k8s/CONF/manager-service.yaml
+1
-1
mongo-deployment.yaml
k8s/CONF/mongo-deployment.yaml
+3
-2
mongo-service.yaml
k8s/CONF/mongo-service.yaml
+0
-19
planner-deployment.yaml
k8s/CONF/planner-deployment.yaml
+3
-0
provisioner-deployment.yaml
k8s/CONF/provisioner-deployment.yaml
+3
-0
rabbit-deployment.yaml
k8s/CONF/rabbit-deployment.yaml
+3
-6
rabbit-service.yaml
k8s/CONF/rabbit-service.yaml
+0
-31
sure-tosca-deployment.yaml
k8s/CONF/sure-tosca-deployment.yaml
+3
-2
sure-tosca-service.yaml
k8s/CONF/sure-tosca-service.yaml
+0
-19
No files found.
docker-compose.yml
View file @
0801de36
...
...
@@ -3,16 +3,16 @@ version: '3'
services
:
mongo
:
image
:
mongo:4
ports
:
-
"
27017:27017"
#
ports:
#
- "27017:27017"
rabbit
:
image
:
rabbitmq:3.8-management
ports
:
-
"
5671-5672:5671-5672"
-
"
15672:15672"
-
"
4369:4369"
-
"
15671:15671"
#
ports:
#
- "5671-5672:5671-5672"
#
- "15672:15672"
#
- "4369:4369"
#
- "15671:15671"
planner
:
depends_on
:
...
...
@@ -54,15 +54,15 @@ services:
sure-tosca
:
image
:
alogo53/sure-tosca:3.0.0
ports
:
-
"
30001:8081"
#
ports:
#
- "30001:8081"
logspout
:
ports
:
-
"
30002:80"
volumes
:
-
/etc/hostname:/etc/host_hostname:ro
-
/var/run/docker.sock:/var/run/docker.sock
environment
:
publish
:
"
127.0.0.1:30002:80"
image
:
gliderlabs/logspout:latest
#
logspout:
#
ports:
#
- "30002:80"
#
volumes:
#
- /etc/hostname:/etc/host_hostname:ro
#
- /var/run/docker.sock:/var/run/docker.sock
#
environment:
#
publish: "127.0.0.1:30002:80"
#
image: gliderlabs/logspout:latest
k8s/CONF/deployer-deployment.yaml
View file @
0801de36
...
...
@@ -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 @
0801de36
...
...
@@ -10,6 +10,9 @@ metadata:
name
:
manager
spec
:
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
manager
strategy
:
{}
template
:
metadata
:
...
...
k8s/CONF/manager-service.yaml
View file @
0801de36
...
...
@@ -12,7 +12,7 @@ spec:
type
:
NodePort
ports
:
-
port
:
8080
nodePort
:
30000
nodePort
:
30000
selector
:
io.kompose.service
:
manager
status
:
...
...
k8s/CONF/mongo-deployment.yaml
View file @
0801de36
...
...
@@ -10,6 +10,9 @@ metadata:
name
:
mongo
spec
:
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
mongo
strategy
:
{}
template
:
metadata
:
...
...
@@ -20,8 +23,6 @@ spec:
containers
:
-
image
:
mongo:4
name
:
mongo
ports
:
-
containerPort
:
27017
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/mongo-service.yaml
deleted
100644 → 0
View file @
2993ab88
apiVersion
:
v1
kind
:
Service
metadata
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
mongo
name
:
mongo
spec
:
ports
:
-
name
:
"
27017"
port
:
27017
targetPort
:
27017
selector
:
io.kompose.service
:
mongo
status
:
loadBalancer
:
{}
k8s/CONF/planner-deployment.yaml
View file @
0801de36
...
...
@@ -10,6 +10,9 @@ metadata:
name
:
planner
spec
:
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
planner
strategy
:
{}
template
:
metadata
:
...
...
k8s/CONF/provisioner-deployment.yaml
View file @
0801de36
...
...
@@ -10,6 +10,9 @@ metadata:
name
:
provisioner
spec
:
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
provisioner
strategy
:
{}
template
:
metadata
:
...
...
k8s/CONF/rabbit-deployment.yaml
View file @
0801de36
...
...
@@ -10,6 +10,9 @@ metadata:
name
:
rabbit
spec
:
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
rabbit
strategy
:
{}
template
:
metadata
:
...
...
@@ -20,12 +23,6 @@ spec:
containers
:
-
image
:
rabbitmq:3.8-management
name
:
rabbit
ports
:
-
containerPort
:
5671
-
containerPort
:
5672
-
containerPort
:
15672
-
containerPort
:
4369
-
containerPort
:
15671
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/rabbit-service.yaml
deleted
100644 → 0
View file @
2993ab88
apiVersion
:
v1
kind
:
Service
metadata
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
rabbit
name
:
rabbit
spec
:
ports
:
-
name
:
"
5671"
port
:
5671
targetPort
:
5671
-
name
:
"
5672"
port
:
5672
targetPort
:
5672
-
name
:
"
15672"
port
:
15672
targetPort
:
15672
-
name
:
"
4369"
port
:
4369
targetPort
:
4369
-
name
:
"
15671"
port
:
15671
targetPort
:
15671
selector
:
io.kompose.service
:
rabbit
status
:
loadBalancer
:
{}
k8s/CONF/sure-tosca-deployment.yaml
View file @
0801de36
...
...
@@ -10,6 +10,9 @@ metadata:
name
:
sure-tosca
spec
:
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
sure-tosca
strategy
:
{}
template
:
metadata
:
...
...
@@ -20,8 +23,6 @@ spec:
containers
:
-
image
:
alogo53/sure-tosca:3.0.0
name
:
sure-tosca
ports
:
-
containerPort
:
8081
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/sure-tosca-service.yaml
deleted
100644 → 0
View file @
2993ab88
apiVersion
:
v1
kind
:
Service
metadata
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
sure-tosca
name
:
sure-tosca
spec
:
ports
:
-
name
:
"
30001"
port
:
30001
targetPort
:
8081
selector
:
io.kompose.service
:
sure-tosca
status
:
loadBalancer
:
{}
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