Skip to content

Commit

Permalink
fix(helm): quote numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 22, 2023
1 parent b0e3c61 commit 9a48104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
failureThreshold: 3
httpGet:
path: /actuator/health/liveness
port: 8090
port: "8090"
scheme: HTTP
periodSeconds: 5
successThreshold: 1
Expand All @@ -65,7 +65,7 @@ spec:
failureThreshold: 3
httpGet:
path: /actuator/health/readiness
port: 8090
port: "8090"
scheme: HTTP
periodSeconds: 5
successThreshold: 1
Expand Down

0 comments on commit 9a48104

Please sign in to comment.