Update k8s.postgres.ui.yml

Fixed PVC provisioning was written two times
This commit is contained in:
Hado-K3n 2023-05-22 15:12:06 +02:00 committed by GitHub
parent 737b999cde
commit dcb800d2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -305,18 +305,6 @@ spec:
storage: 5Gi
volumeName: pv-bunkerweb
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-bunkerweb
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
volumeName: pv-bunkerweb
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: