You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: block-node/block-providers/files.historic/src/main/java/org/hiero/block/node/blocks/files/historic/FilesHistoricConfig.java
Copy file name to clipboardExpand all lines: block-node/block-providers/files.historic/src/test/java/org/hiero/block/node/blocks/files/historic/FilesHistoricConfigTest.java
Copy file name to clipboardExpand all lines: block-node/block-providers/files.recent/src/main/java/org/hiero/block/node/blocks/files/recent/FilesRecentConfig.java
Copy file name to clipboardExpand all lines: charts/block-node-server/templates/deployment.yaml
+6-1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ spec:
33
33
- name: logging-config
34
34
configMap:
35
35
name: {{ include "hiero-block-node.fullname" . }}-logging-config
36
+
- name: logging-storage
36
37
- name: archive-storage
37
38
persistentVolumeClaim:
38
39
claimName: {{ if .Values.blockNode.persistence.archive.create }}{{ include "hiero-block-node.fullname" . }}-archive{{ else }}{{ .Values.blockNode.persistence.archive.existingClaim }}{{ end }}
@@ -59,6 +60,8 @@ spec:
59
60
mountPath: /live-pvc
60
61
- name: archive-storage
61
62
mountPath: /archive-pvc
63
+
- name: logging-storage
64
+
mountPath: /opt/hiero/block-node/logs
62
65
containers:
63
66
- name: {{ .Chart.Name }}
64
67
securityContext:
@@ -79,8 +82,10 @@ spec:
79
82
name: {{ include "hiero-block-node.fullname" . }}-secret
0 commit comments