1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 18:12:20 +00:00

adapt deployment

This commit is contained in:
J. Fernando Sánchez
2023-09-26 17:57:36 +02:00
parent 5330ae93fc
commit 268d2a4848
7 changed files with 38 additions and 12 deletions

View File

@@ -26,3 +26,11 @@ spec:
ports:
- name: web
containerPort: 5000
volumeMounts:
- name: senpy-data
mountPath: /senpy-data
subpath: data
volumes:
- name: senpy-data
persistentVolumeClaim:
claimName: pvc-senpy