Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 9, 2024
1 parent 65dfb45 commit 912914a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/erpc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ Create the name of the service account to use
{{- end }}
{{- end }}

{{- define "erpc.httpPort" -}}
{{- define "erpc.http-port" -}}
{{- print .Values.httpPort }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/erpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ annotations: {}
livenessProbe:
httpGet:
path: /healthcheck
port: httpPort
port: http-port
initialDelaySeconds: 60
periodSeconds: 120

Expand All @@ -102,7 +102,7 @@ livenessProbe:
readinessProbe:
httpGet:
path: /healthcheck
port: httpPort
port: http-port
initialDelaySeconds: 10
periodSeconds: 10

Expand Down

0 comments on commit 912914a

Please sign in to comment.