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
827943f1
Commit
827943f1
authored
Nov 17, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push working version
parent
b25dc0e4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
152 additions
and
73 deletions
+152
-73
mongo-express-deployment.yaml
k8s/CONF/DBs/mongo-express-deployment.yaml
+0
-44
manager-deployment.yaml
k8s/CONF/manager-deployment.yaml
+2
-2
nginx-configmap.yaml
k8s/CONF/nginx-configmap.yaml
+144
-25
provisioner-deployment.yaml
k8s/CONF/provisioner-deployment.yaml
+5
-1
semaphore-deployment.yaml
k8s/CONF/semaphore-deployment.yaml
+1
-1
No files found.
k8s/CONF/DBs/mongo-express-deployment.yaml
deleted
100644 → 0
View file @
b25dc0e4
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
:
pass
-
name
:
ME_CONFIG_BASICAUTH_USERNAME
value
:
user
-
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/manager-deployment.yaml
View file @
827943f1
...
...
@@ -36,8 +36,8 @@ spec:
-
name
:
SURE_TOSCA_BASE_PATH
value
:
http://sure-tosca:8081/tosca-sure/1.0.0
-
name
:
CREDENTIAL_SECRET
value
:
top_secret
image
:
qcdis/manager
:3.0.0
value
:
MGY0MGQ1MDFkYzg5ZGIxYjY4MjQ4MzQz
image
:
qcdis/manager
name
:
manager
imagePullPolicy
:
Always
ports
:
...
...
k8s/CONF/nginx-configmap.yaml
View file @
827943f1
This diff is collapsed.
Click to expand it.
k8s/CONF/provisioner-deployment.yaml
View file @
827943f1
...
...
@@ -33,7 +33,11 @@ spec:
value
:
rabbit
-
name
:
SURE_TOSCA_BASE_PATH
value
:
http://sure-tosca:8081/tosca-sure/1.0.0
image
:
qcdis/provisioner:3.0.0
-
name
:
CLOUD_STORM_SECRET
value
:
ODlkYjgxM2RhNTAzMjExZTdiYWNhYWQ0
-
name
:
CREDENTIAL_SECRET
value
:
MGY0MGQ1MDFkYzg5ZGIxYjY4MjQ4MzQz
image
:
qcdis/provisioner
name
:
provisioner
imagePullPolicy
:
Always
resources
:
{}
...
...
k8s/CONF/semaphore-deployment.yaml
View file @
827943f1
...
...
@@ -51,7 +51,7 @@ spec:
value
:
/etc/semaphore
-
name
:
SEMAPHORE_WEB_ROOT
value
:
http://0.0.0.0:3000
image
:
qcdis/docker_ansible_semaphore
image
:
qcdis/docker_ansible_semaphore
:2.4.1-2.9.9
name
:
semaphore
imagePullPolicy
:
Always
ports
:
...
...
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