Skip to content

Commit

Permalink
disable probes (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv authored May 3, 2024
1 parent 05d69cf commit 2456a99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/multi-arch-container-dotnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ resources: {}
# cpu: 100m
# memory: 128Mi

livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
# livenessProbe:
# httpGet:
# path: /
# port: http
# readinessProbe:
# httpGet:
# path: /
# port: http

autoscaling:
enabled: false
Expand Down

0 comments on commit 2456a99

Please sign in to comment.