Created persistentVolumeClaim for Odoo app

This commit is contained in:
Marcin-Ramotowski
2025-10-09 21:43:30 +02:00
parent 598065fb98
commit 31b78ff33c
2 changed files with 13 additions and 1 deletions

View File

@@ -38,7 +38,8 @@ spec:
mountPath: /bitnami/odoo
volumes:
- name: odoo-data
emptyDir: {}
persistentVolumeClaim:
claimName: odoo-pvc
---
apiVersion: v1
kind: Service