increase pg volume size
the cache table can get big, we don't want an outage
This commit is contained in:
parent
6943d51ee3
commit
6ffa3193d3
|
@ -11,7 +11,7 @@ spec:
|
|||
requests:
|
||||
storage: 50Gi
|
||||
limits:
|
||||
storage: 10Gi
|
||||
storage: 50Gi
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
|
@ -58,6 +58,8 @@ spec:
|
|||
key: POSTGRES_PASSWORD
|
||||
volumes:
|
||||
- name: data
|
||||
capacity:
|
||||
storage: 50Gi
|
||||
persistentVolumeClaim:
|
||||
claimName: postgres-pvc
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue