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
+12-2
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ spec:
33
33
- name: logging-config
34
34
configMap:
35
35
name: {{ include "hiero-block-node.fullname" . }}-logging-config
36
+
- name: logging-storage
37
+
persistentVolumeClaim:
38
+
claimName: {{ if .Values.blockNode.persistence.logging.create }}{{ include "hiero-block-node.fullname" . }}-logging{{ else }}{{ .Values.blockNode.persistence.logging.existingClaim }}{{ end }}
36
39
- name: archive-storage
37
40
persistentVolumeClaim:
38
41
claimName: {{ if .Values.blockNode.persistence.archive.create }}{{ include "hiero-block-node.fullname" . }}-archive{{ else }}{{ .Values.blockNode.persistence.archive.existingClaim }}{{ end }}
0 commit comments