mirror of
https://github.com/vacp2p/dst-prefect-workflows.git
synced 2026-01-09 13:28:12 -05:00
Add mounts for Waku ENRs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: waku
|
||||
description: A Helm chart for large scale Waku deployments
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
appVersion: "1.0.0"
|
||||
|
||||
@@ -55,6 +55,9 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
volumeMounts:
|
||||
- name: enr-data
|
||||
mountPath: /etc/enr
|
||||
resources:
|
||||
{{- toYaml .Values.nodes.resources | nindent 12 }}
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user