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
e0332996
Commit
e0332996
authored
Sep 08, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added mongo manager
parent
7dd58d9b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
1 deletion
+57
-1
docker-compose.yml
docker-compose/docker-compose.yml
+13
-1
mongo-express-deployment.template.yaml
k8s/CONF/mongo-express-deployment.template.yaml
+0
-0
mongo-express-deployment.yaml
k8s/CONF/mongo-express-deployment.yaml
+44
-0
mongo-express-service.yaml
k8s/CONF/mongo-express-service.yaml
+0
-0
No files found.
docker-compose/docker-compose.yml
View file @
e0332996
...
@@ -71,6 +71,18 @@ services:
...
@@ -71,6 +71,18 @@ services:
-
"
8082:8082"
-
"
8082:8082"
mongoclient
:
image
:
mongoclient
environment
:
-
MONGO_URL=mongodb://mongo:27017
-
ROOT_URL=/mongoclient
depends_on
:
-
mongo
ports
:
-
"
3001:3000"
manager
:
manager
:
depends_on
:
depends_on
:
-
rabbit
-
rabbit
...
...
k8s/CONF/
DBs/
mongo-express-deployment.template.yaml
→
k8s/CONF/mongo-express-deployment.template.yaml
View file @
e0332996
File moved
k8s/CONF/mongo-express-deployment.yaml
0 → 100644
View file @
e0332996
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
namespace
:
conf
annotations
:
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
mongo-express
name
:
mongo-express
spec
:
selector
:
matchLabels
:
io.kompose.service
:
mongo-express
replicas
:
1
strategy
:
{}
template
:
metadata
:
creationTimestamp
:
null
labels
:
io.kompose.service
:
mongo-express
spec
:
containers
:
-
env
:
#- name: ME_CONFIG_BASICAUTH_PASSWORD
#value: ZjEwMjhiNmRiNDQ0N2UzMTU5OWFhNjkz
#- name: ME_CONFIG_BASICAUTH_USERNAME
#value: NGU4NWIwMDM0Njg1ZGRhYjhkMzgyNGQ3
-
name
:
ME_CONFIG_MONGODB_PORT
value
:
"
27017"
-
name
:
ME_CONFIG_MONGODB_SERVER
value
:
mongo
-
name
:
ME_CONFIG_SITE_BASEURL
value
:
/mongo-express
-
name
:
VCAP_APP_PORT
value
:
"
8082"
image
:
mongo-express
name
:
mongo-express
ports
:
-
containerPort
:
8082
resources
:
{}
restartPolicy
:
Always
status
:
{}
k8s/CONF/
DBs/
mongo-express-service.yaml
→
k8s/CONF/mongo-express-service.yaml
View file @
e0332996
File moved
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