Skip to content
Snippets Groups Projects
Commit fa719f3d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

set postgres volume size configurable

parent 1400d667
No related branches found
No related tags found
No related merge requests found
Pipeline #123626 passed
......@@ -21,7 +21,7 @@ spec:
max_connections: "{{ .Values.postgresql.max_connections | default "100" }}"
log_statement: "{{ .Values.postgresql.log_statements | default "none" }}"
volume:
size: 3Gi
size: {{ .Values.postgresql.volume.size }}
storageClass: ceph-block
additionalVolumes:
- name: empty
......
......@@ -62,6 +62,8 @@ postgresql:
user: "user"
name: "dbname"
teamId: "acid"
volumne:
size: 4Gi
resources:
requests:
cpu: 1500m
......
......@@ -94,6 +94,8 @@ postgresql:
user: "user"
name: "dbname"
teamId: "acid"
volume:
size: 1Gi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment