Commit 71f9c4e4 authored by Alexander Lercher's avatar Alexander Lercher

Updated deployments to access local ssl certificates

parent 3a9237ed
......@@ -32,6 +32,7 @@ spec:
image: alexx882/role-stage-discovery-microservice
ports:
- containerPort: 5000
imagePullPolicy: Always
volumeMounts:
- mountPath: /srv/articonf
name: articonf
......
......@@ -32,6 +32,15 @@ spec:
image: alexx882/semantic-linking-microservice
ports:
- containerPort: 5000
imagePullPolicy: Always
volumeMounts:
- mountPath: /srv/articonf
name: articonf
volumes:
- name: articonf
hostPath:
path: /srv/articonf
type: Directory
---
apiVersion: v1
kind: Service
......
......@@ -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