Commit 1c439317 authored by Manuel's avatar Manuel

Merge remote-tracking branch 'origin/develop' into feature/community-detection-pipeline

parents 333c729f 71f9c4e4
......@@ -32,6 +32,7 @@ spec:
image: alexx882/role-stage-discovery-microservice
ports:
- containerPort: 5000
imagePullPolicy: Always
volumeMounts:
- mountPath: /srv/articonf
name: articonf
......
......@@ -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
---
......
......@@ -32,6 +32,7 @@ spec:
image: alexx882/rest-gateway
ports:
- containerPort: 5000
imagePullPolicy: Always
volumeMounts:
- mountPath: /srv/articonf
name: articonf
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment