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
5 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version
parent
2993ab88
Changes
12
Show 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'
...
@@ -3,16 +3,16 @@ version: '3'
services
:
services
:
mongo
:
mongo
:
image
:
mongo:4
image
:
mongo:4
ports
:
#
ports:
-
"
27017:27017"
#
- "27017:27017"
rabbit
:
rabbit
:
image
:
rabbitmq:3.8-management
image
:
rabbitmq:3.8-management
ports
:
#
ports:
-
"
5671-5672:5671-5672"
#
- "5671-5672:5671-5672"
-
"
15672:15672"
#
- "15672:15672"
-
"
4369:4369"
#
- "4369:4369"
-
"
15671:15671"
#
- "15671:15671"
planner
:
planner
:
depends_on
:
depends_on
:
...
@@ -54,15 +54,15 @@ services:
...
@@ -54,15 +54,15 @@ services:
sure-tosca
:
sure-tosca
:
image
:
alogo53/sure-tosca:3.0.0
image
:
alogo53/sure-tosca:3.0.0
ports
:
#
ports:
-
"
30001:8081"
#
- "30001:8081"
logspout
:
#
logspout:
ports
:
#
ports:
-
"
30002:80"
#
- "30002:80"
volumes
:
#
volumes:
-
/etc/hostname:/etc/host_hostname:ro
#
- /etc/hostname:/etc/host_hostname:ro
-
/var/run/docker.sock:/var/run/docker.sock
#
- /var/run/docker.sock:/var/run/docker.sock
environment
:
#
environment:
publish
:
"
127.0.0.1:30002:80"
#
publish: "127.0.0.1:30002:80"
image
:
gliderlabs/logspout:latest
#
image: gliderlabs/logspout:latest
This diff is collapsed.
Click to expand it.
k8s/CONF/deployer-deployment.yaml
View file @
0801de36
...
@@ -9,6 +9,9 @@ metadata:
...
@@ -9,6 +9,9 @@ metadata:
io.kompose.service
:
deployer
io.kompose.service
:
deployer
name
:
deployer
name
:
deployer
spec
:
spec
:
selector
:
matchLabels
:
io.kompose.service
:
deployer
replicas
:
1
replicas
:
1
strategy
:
{}
strategy
:
{}
template
:
template
:
...
...
This diff is collapsed.
Click to expand it.
k8s/CONF/manager-deployment.yaml
View file @
0801de36
...
@@ -10,6 +10,9 @@ metadata:
...
@@ -10,6 +10,9 @@ metadata:
name
:
manager
name
:
manager
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
manager
strategy
:
{}
strategy
:
{}
template
:
template
:
metadata
:
metadata
:
...
...
This diff is collapsed.
Click to expand it.
k8s/CONF/manager-service.yaml
View file @
0801de36
This diff is collapsed.
Click to expand it.
k8s/CONF/mongo-deployment.yaml
View file @
0801de36
...
@@ -10,6 +10,9 @@ metadata:
...
@@ -10,6 +10,9 @@ metadata:
name
:
mongo
name
:
mongo
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
mongo
strategy
:
{}
strategy
:
{}
template
:
template
:
metadata
:
metadata
:
...
@@ -20,8 +23,6 @@ spec:
...
@@ -20,8 +23,6 @@ spec:
containers
:
containers
:
-
image
:
mongo:4
-
image
:
mongo:4
name
:
mongo
name
:
mongo
ports
:
-
containerPort
:
27017
resources
:
{}
resources
:
{}
restartPolicy
:
Always
restartPolicy
:
Always
status
:
{}
status
:
{}
This diff is collapsed.
Click to expand it.
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
:
{}
This diff is collapsed.
Click to expand it.
k8s/CONF/planner-deployment.yaml
View file @
0801de36
...
@@ -10,6 +10,9 @@ metadata:
...
@@ -10,6 +10,9 @@ metadata:
name
:
planner
name
:
planner
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
planner
strategy
:
{}
strategy
:
{}
template
:
template
:
metadata
:
metadata
:
...
...
This diff is collapsed.
Click to expand it.
k8s/CONF/provisioner-deployment.yaml
View file @
0801de36
...
@@ -10,6 +10,9 @@ metadata:
...
@@ -10,6 +10,9 @@ metadata:
name
:
provisioner
name
:
provisioner
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
provisioner
strategy
:
{}
strategy
:
{}
template
:
template
:
metadata
:
metadata
:
...
...
This diff is collapsed.
Click to expand it.
k8s/CONF/rabbit-deployment.yaml
View file @
0801de36
...
@@ -10,6 +10,9 @@ metadata:
...
@@ -10,6 +10,9 @@ metadata:
name
:
rabbit
name
:
rabbit
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
rabbit
strategy
:
{}
strategy
:
{}
template
:
template
:
metadata
:
metadata
:
...
@@ -20,12 +23,6 @@ spec:
...
@@ -20,12 +23,6 @@ spec:
containers
:
containers
:
-
image
:
rabbitmq:3.8-management
-
image
:
rabbitmq:3.8-management
name
:
rabbit
name
:
rabbit
ports
:
-
containerPort
:
5671
-
containerPort
:
5672
-
containerPort
:
15672
-
containerPort
:
4369
-
containerPort
:
15671
resources
:
{}
resources
:
{}
restartPolicy
:
Always
restartPolicy
:
Always
status
:
{}
status
:
{}
This diff is collapsed.
Click to expand it.
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
:
{}
This diff is collapsed.
Click to expand it.
k8s/CONF/sure-tosca-deployment.yaml
View file @
0801de36
...
@@ -10,6 +10,9 @@ metadata:
...
@@ -10,6 +10,9 @@ metadata:
name
:
sure-tosca
name
:
sure-tosca
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
io.kompose.service
:
sure-tosca
strategy
:
{}
strategy
:
{}
template
:
template
:
metadata
:
metadata
:
...
@@ -20,8 +23,6 @@ spec:
...
@@ -20,8 +23,6 @@ spec:
containers
:
containers
:
-
image
:
alogo53/sure-tosca:3.0.0
-
image
:
alogo53/sure-tosca:3.0.0
name
:
sure-tosca
name
:
sure-tosca
ports
:
-
containerPort
:
8081
resources
:
{}
resources
:
{}
restartPolicy
:
Always
restartPolicy
:
Always
status
:
{}
status
:
{}
This diff is collapsed.
Click to expand it.
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
:
{}
This diff is collapsed.
Click to expand it.
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