Skip to content

Commit

Permalink
fix(chart): use port number in pod probes
Browse files Browse the repository at this point in the history
readiness/liveness probes were failing. Replaced port name with port number.
  • Loading branch information
bergerx committed Oct 24, 2019
1 parent 13ca616 commit ea57b49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ spec:
httpGet:
path: /healthz
periodSeconds: 1
port: http
port: 8080
readinessProbe:
httpGet:
path: /healthz
periodSeconds: 1
port: http
port: 8080
resources:
{{- toYaml .Values.resources | nindent 12 }}
serviceAccount: {{ template "tillerless-helm-release-exporter.fullname" . }}
Expand Down

0 comments on commit ea57b49

Please sign in to comment.