1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Unify data folders

This commit is contained in:
J. Fernando Sánchez
2018-06-15 16:44:25 +02:00
parent b15a0d7dbe
commit f11439d944
10 changed files with 21 additions and 15 deletions

View File

@@ -22,3 +22,15 @@ spec:
ports:
- name: web
containerPort: 5000
volumeMounts:
# name must match the volume name below
- name: senpy-data
mountPath: "/data"
subPath: data
env:
- name: SENPY_DATA
value: '/data'
volumes:
- name: senpy-data
persistentVolumeClaim:
claimName: senpy-pvc