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

no ceph block in dev

parent fa719f3d
No related branches found
No related tags found
No related merge requests found
Pipeline #123629 passed
......@@ -22,7 +22,7 @@ spec:
log_statement: "{{ .Values.postgresql.log_statements | default "none" }}"
volume:
size: {{ .Values.postgresql.volume.size }}
storageClass: ceph-block
storageClass: {{ .Values.postgresql.volume.storageClass }}
additionalVolumes:
- name: empty
mountPath: /opt/empty
......
......@@ -64,6 +64,8 @@ postgresql:
teamId: "acid"
volumne:
size: 4Gi
storageClass: ceph-block
resources:
requests:
cpu: 1500m
......
......@@ -96,6 +96,7 @@ postgresql:
teamId: "acid"
volume:
size: 1Gi
storageClass: isilon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment