Skip to content

Commit

Permalink
helm/hivess: Use root paths for health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 24, 2019
1 parent fad65ce commit bdd67dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /auth/login
path: /
port: http
readinessProbe:
httpGet:
path: /auth/login
path: /
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit bdd67dd

Please sign in to comment.