Closed QuentinFAIDIDE closed 7 months ago
This PR persists postgresql storage the same way it is for clickhouse:
postgresql: enabled: true imagePullSecrets: [] image: repository: postgres pullPolicy: IfNotPresent tag: '15-alpine' persistence: enabled: true storageClassName: '' # leave empty to use the default storage class size: 8Gi
Thanks :+1:
This PR persists postgresql storage the same way it is for clickhouse: