File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
erigon/templates/stateful-node Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ metadata:
10
10
{{- $componentLabel | nindent 4 }}
11
11
spec :
12
12
clusterIP : None # Headless service
13
+ # Allow the P2P Service to forward traffic even if the POD is not Ready
14
+ # Usefull for ReadinessProbes that require synced state
15
+ publishNotReadyAddresses : true
13
16
ports :
14
17
{{- range $portName, $portNumber := $values.service.ports }}
15
18
- port : {{ $portNumber }} # the port we expose on the Service, user configurable
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ metadata:
10
10
{{- $componentLabel | nindent 4 }}
11
11
spec :
12
12
clusterIP : None # Headless service
13
+ # Allow the P2P Service to forward traffic even if the POD is not Ready
14
+ # Usefull for ReadinessProbes that require synced state
15
+ publishNotReadyAddresses : true
13
16
ports :
14
17
{{- range $portName, $portNumber := $values.service.ports }}
15
18
- port : {{ $portNumber }} # the port we expose on the Service, user configurable
You can’t perform that action at this time.
0 commit comments