File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 87
87
- name : live-storage
88
88
mountPath : {{ .Values.blockNode.persistence.live.mountPath }}
89
89
subPath : {{ .Values.blockNode.persistence.live.subPath }}
90
- - name : unverified-ephemeral-storage
91
- mountPath : {{ .Values.blockNode.persistence.unverified.mountPath }}
92
90
{{- with .Values.resources }}
93
91
resources :
94
92
requests :
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ blockNode:
90
90
subPath : " archive-data"
91
91
# If create is true, the following values are used to create the PVC
92
92
# should match PERSISTENCE_STORAGE_ARCHIVE_ROOT_PATH, leave as is for default.
93
- mountPath : " /opt/hashgraph/blocknode/data/archive "
93
+ mountPath : " /opt/hashgraph/blocknode/data/historic "
94
94
size : 800Gi
95
95
# Optionally add a storage class name if needed
96
96
# storageClass: "your-storage-class"
@@ -158,6 +158,7 @@ kubepromstack:
158
158
enabled : true
159
159
prometheus :
160
160
prometheusSpec :
161
+ retention : 90d
161
162
storageSpec :
162
163
volumeClaimTemplate :
163
164
spec :
You can’t perform that action at this time.
0 commit comments