Skip to content

Commit

Permalink
fixing missing scheme in probe
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed Sep 16, 2023
1 parent 9a12f20 commit f91d200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ livenessProbe:
successThreshold: 1
failureThreshold: 3
probeType: httpGet
scheme: HTTP
path: /alive
port: default-service
readinessProbe:
Expand All @@ -213,6 +214,7 @@ readinessProbe:
successThreshold: 2
failureThreshold: 2
probeType: httpGet
scheme: HTTP
path: /ready
port: default-service

Expand Down

0 comments on commit f91d200

Please sign in to comment.