Browse Source

Ajusto tamaño de postgres

main
Celestino Rey 6 months ago
parent
commit
c64a9ebc8a
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      JugarAlPadel/Fleet/pv-local-jugaralpadel.yaml
  2. +1
    -1
      JugarAlPadel/Fleet/pvc-postgresql.yaml
  3. +1
    -1
      JugarAlPadel/K8S/pv-local-jugaralpadel.yaml
  4. +1
    -1
      JugarAlPadel/K8S/pvc-postgresql.yaml

+ 1
- 1
JugarAlPadel/Fleet/pv-local-jugaralpadel.yaml View File

@ -67,7 +67,7 @@ metadata:
app: jugaralpadel app: jugaralpadel
spec: spec:
capacity: capacity:
storage: 100Mi
storage: 150Mi
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
hostPath: hostPath:


+ 1
- 1
JugarAlPadel/Fleet/pvc-postgresql.yaml View File

@ -10,4 +10,4 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 100Mi
storage: 150Mi

+ 1
- 1
JugarAlPadel/K8S/pv-local-jugaralpadel.yaml View File

@ -67,7 +67,7 @@ metadata:
app: jugaralpadel app: jugaralpadel
spec: spec:
capacity: capacity:
storage: 100Mi
storage: 150Mi
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
hostPath: hostPath:


+ 1
- 1
JugarAlPadel/K8S/pvc-postgresql.yaml View File

@ -10,4 +10,4 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 100Mi
storage: 150Mi

Loading…
Cancel
Save