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
095776e2
Commit
095776e2
authored
May 09, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added namespace
parent
e19ba9ca
Changes
17
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
13 deletions
+17
-13
deployer-deployment.yaml
k8s/CONF/deployer-deployment.yaml
+1
-1
manager-deployment.yaml
k8s/CONF/manager-deployment.yaml
+1
-1
manager-service.yaml
k8s/CONF/manager-service.yaml
+1
-1
mongo-deployment.yaml
k8s/CONF/mongo-deployment.yaml
+1
-1
mongo-service.yaml
k8s/CONF/mongo-service.yaml
+1
-1
mysql-deployment.yaml
k8s/CONF/mysql-deployment.yaml
+1
-0
mysql-service.yaml
k8s/CONF/mysql-service.yaml
+1
-1
nginx-deployment.yaml
k8s/CONF/nginx-deployment.yaml
+1
-0
nginx-service.yaml
k8s/CONF/nginx-service.yaml
+1
-0
planner-deployment.yaml
k8s/CONF/planner-deployment.yaml
+1
-1
provisioner-deployment.yaml
k8s/CONF/provisioner-deployment.yaml
+1
-1
rabbit-deployment.yaml
k8s/CONF/rabbit-deployment.yaml
+1
-1
rabbit-service.yaml
k8s/CONF/rabbit-service.yaml
+1
-1
semaphore-deployment.yaml
k8s/CONF/semaphore-deployment.yaml
+1
-0
semaphore-service.yaml
k8s/CONF/semaphore-service.yaml
+1
-1
sure-tosca-deployment.yaml
k8s/CONF/sure-tosca-deployment.yaml
+1
-1
sure-tosca-service.yaml
k8s/CONF/sure-tosca-service.yaml
+1
-1
No files found.
k8s/CONF/deployer-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/manager-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/manager-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/mongo-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/mongo-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/mysql-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/mysql-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/nginx-deployment.yaml
View file @
095776e2
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/nginx-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/planner-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/provisioner-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/rabbit-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/rabbit-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/semaphore-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/semaphore-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/sure-tosca-deployment.yaml
View file @
095776e2
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
k8s/CONF/sure-tosca-service.yaml
View file @
095776e2
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
#
namespace: conf
namespace
:
conf
annotations
:
annotations
:
kompose.cmd
:
kompose convert
kompose.cmd
:
kompose convert
kompose.version
:
1.16.0 (0c01309)
kompose.version
:
1.16.0 (0c01309)
...
...
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