Skip to content

Commit

Permalink
fix on chart
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 15, 2024
1 parent f9cbe5e commit a0b8611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/hedera-block-node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ spec:
name: {{ include "hedera-block-node.fullname" . }}-secret
livenessProbe:
httpGet:
path: {{ .Values.blockNode.health.liveness }}
path: {{ .Values.blockNode.health.liveness.endpoint }}
port: {{ .Values.service.port }}
readinessProbe:
httpGet:
path: {{ .Values.blockNode.health.readiness }}
path: {{ .Values.blockNode.health.readiness.endpoint }}
port: {{ .Values.service.port }}
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit a0b8611

Please sign in to comment.