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
71f9c4e4
Commit
71f9c4e4
authored
Sep 01, 2020
by
Alexander Lercher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated deployments to access local ssl certificates
parent
3a9237ed
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
0 deletions
+19
-0
deployment.yml
...le-stage-discovery-microservice/deployment/deployment.yml
+1
-0
deployment.yml
...b/semantic-linking-microservice/deployment/deployment.yml
+9
-0
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 @
71f9c4e4
...
@@ -32,6 +32,7 @@ spec:
...
@@ -32,6 +32,7 @@ spec:
image
:
alexx882/role-stage-discovery-microservice
image
:
alexx882/role-stage-discovery-microservice
ports
:
ports
:
-
containerPort
:
5000
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
volumeMounts
:
-
mountPath
:
/srv/articonf
-
mountPath
:
/srv/articonf
name
:
articonf
name
:
articonf
...
...
src/data-hub/semantic-linking-microservice/deployment/deployment.yml
View file @
71f9c4e4
...
@@ -32,6 +32,15 @@ spec:
...
@@ -32,6 +32,15 @@ spec:
image
:
alexx882/semantic-linking-microservice
image
:
alexx882/semantic-linking-microservice
ports
:
ports
:
-
containerPort
:
5000
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
-
mountPath
:
/srv/articonf
name
:
articonf
volumes
:
-
name
:
articonf
hostPath
:
path
:
/srv/articonf
type
:
Directory
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
...
...
src/rest-gateway/deployment/deployment.yml
View file @
71f9c4e4
...
@@ -32,6 +32,7 @@ spec:
...
@@ -32,6 +32,7 @@ spec:
image
:
alexx882/rest-gateway
image
:
alexx882/rest-gateway
ports
:
ports
:
-
containerPort
:
5000
-
containerPort
:
5000
imagePullPolicy
:
Always
volumeMounts
:
volumeMounts
:
-
mountPath
:
/srv/articonf
-
mountPath
:
/srv/articonf
name
:
articonf
name
:
articonf
...
...
src/transaction-hub-in/trace-retrieval-microservice/deployment/deployment.yml
View file @
71f9c4e4
...
@@ -33,6 +33,14 @@ spec:
...
@@ -33,6 +33,14 @@ spec:
ports
:
ports
:
-
containerPort
:
5000
-
containerPort
:
5000
imagePullPolicy
:
Always
imagePullPolicy
:
Always
volumeMounts
:
-
mountPath
:
/srv/articonf
name
:
articonf
volumes
:
-
name
:
articonf
hostPath
:
path
:
/srv/articonf
type
:
Directory
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
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