-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I want to shkeeper only to work only with USDT (TRX) network, meanwhile even If I keep all other currencies false - PVCs are created for all currencies enabled. There is no any if statement in PVC objects:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: tron-output-directory
namespace: {{ .Values.namespace }}
spec:
storageClassName: {{ .Values.storageClassName }}
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2000Gi
P.S.
Also I am not sure if everyone can afford to provision 2 TB storage, it would be great to have those configurable as well
P.S.S.
PVC request size for full node, even if I want to have trimmed one
Metadata
Metadata
Assignees
Labels
No labels