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: ...@@ -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
......
...@@ -32,6 +32,7 @@ spec: ...@@ -32,6 +32,7 @@ spec:
image: alexx882/semantic-linking-microservice image: alexx882/semantic-linking-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
imagePullPolicy: Always
volumeMounts: volumeMounts:
- mountPath: /srv/articonf - mountPath: /srv/articonf
name: articonf name: articonf
......
...@@ -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
......
...@@ -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
......
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