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:
|
requests:
|
||||||
storage: 50Gi
|
storage: 50Gi
|
||||||
limits:
|
limits:
|
||||||
storage: 10Gi
|
storage: 50Gi
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
|
@ -58,6 +58,8 @@ spec:
|
||||||
key: POSTGRES_PASSWORD
|
key: POSTGRES_PASSWORD
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
|
capacity:
|
||||||
|
storage: 50Gi
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: postgres-pvc
|
claimName: postgres-pvc
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue