Compare commits

..

2 Commits

Author SHA1 Message Date
Marcin-Ramotowski
b786ac8fda Created ConfigMap and Secret 2025-10-04 16:09:16 +02:00
Marcin-Ramotowski
bbbea24bf0 Updated docker images names 2025-10-04 16:08:59 +02:00
2 changed files with 1 additions and 13 deletions

View File

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

View File

@@ -1,11 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: odoo-pvc
namespace: odoo
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi