Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
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
UNI-KLU
SMART
Commits
1c439317
Commit
1c439317
authored
Sep 14, 2020
by
Manuel
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into feature/community-detection-pipeline
parents
333c729f
71f9c4e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
deployment.yml
...le-stage-discovery-microservice/deployment/deployment.yml
+1
-0
deployment.yml
...b/semantic-linking-microservice/deployment/deployment.yml
+2
-1
deployment.yml
src/rest-gateway/deployment/deployment.yml
+1
-0
deployment.yml
...in/trace-retrieval-microservice/deployment/deployment.yml
+8
-0
No files found.
src/data-hub/role-stage-discovery-microservice/deployment/deployment.yml
View file @
1c439317
...
...
@@ -32,6 +32,7 @@ spec:
image
:
alexx882/role-stage-discovery-microservice
ports
:
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
-
mountPath
:
/srv/articonf
name
:
articonf
...
...
src/data-hub/semantic-linking-microservice/deployment/deployment.yml
View file @
1c439317
...
...
@@ -32,12 +32,13 @@ spec:
image
:
alexx882/semantic-linking-microservice
ports
:
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
-
mountPath
:
/srv/articonf
name
:
articonf
volumes
:
-
name
:
articonf
hostPath
:
hostPath
:
path
:
/srv/articonf
type
:
Directory
---
...
...
src/rest-gateway/deployment/deployment.yml
View file @
1c439317
...
...
@@ -32,6 +32,7 @@ spec:
image
:
alexx882/rest-gateway
ports
:
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
-
mountPath
:
/srv/articonf
name
:
articonf
...
...
src/transaction-hub-in/trace-retrieval-microservice/deployment/deployment.yml
View file @
1c439317
...
...
@@ -33,6 +33,14 @@ spec:
ports
:
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
-
mountPath
:
/srv/articonf
name
:
articonf
volumes
:
-
name
:
articonf
hostPath
:
path
:
/srv/articonf
type
:
Directory
---
apiVersion
:
v1
kind
:
Service
...
...
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