Skip to content

Commit 802dbd3

Browse files
authored
chore: Helm Improvements - Metrics Retention and update default path for Historic (#1062)
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
1 parent 78cf8d0 commit 802dbd3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/block-node-server/templates/deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ spec:
8787
- name: live-storage
8888
mountPath: {{ .Values.blockNode.persistence.live.mountPath }}
8989
subPath: {{ .Values.blockNode.persistence.live.subPath }}
90-
- name: unverified-ephemeral-storage
91-
mountPath: {{ .Values.blockNode.persistence.unverified.mountPath }}
9290
{{- with .Values.resources }}
9391
resources:
9492
requests:

charts/block-node-server/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ blockNode:
9090
subPath: "archive-data"
9191
# If create is true, the following values are used to create the PVC
9292
# 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"
9494
size: 800Gi
9595
# Optionally add a storage class name if needed
9696
# storageClass: "your-storage-class"
@@ -158,6 +158,7 @@ kubepromstack:
158158
enabled: true
159159
prometheus:
160160
prometheusSpec:
161+
retention: 90d
161162
storageSpec:
162163
volumeClaimTemplate:
163164
spec:

0 commit comments

Comments
 (0)