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
3d6509e2
Commit
3d6509e2
authored
Feb 11, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added service
parent
0801de36
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
10 deletions
+66
-10
docker-compose.yml
docker-compose.yml
+9
-9
mongo-service.yaml
k8s/CONF/mongo-service.yaml
+19
-0
rabbit-deployment.yaml
k8s/CONF/rabbit-deployment.yaml
+7
-1
rabbit-service.yaml
k8s/CONF/rabbit-service.yaml
+31
-0
No files found.
docker-compose.yml
View file @
3d6509e2
...
@@ -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,8 +54,8 @@ services:
...
@@ -54,8 +54,8 @@ 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:
...
...
k8s/CONF/mongo-service.yaml
0 → 100644
View file @
3d6509e2
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/rabbit-deployment.yaml
View file @
3d6509e2
...
@@ -23,6 +23,12 @@ spec:
...
@@ -23,6 +23,12 @@ 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
:
{}
k8s/CONF/rabbit-service.yaml
0 → 100644
View file @
3d6509e2
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
:
{}
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