Commit c6cc9eec authored by Alexander Lercher's avatar Alexander Lercher

Added kube volume with certificates

parent dcb2b221
......@@ -32,6 +32,15 @@ spec:
image: alexx882/proactive-community-detection-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
......
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