Skip to content

Commit 8b52dc8

Browse files
authored
F2calv/2024 05 disable k8s probes (#79)
* disable probes * +semver: major * revert
1 parent 4c8de54 commit 8b52dc8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/multi-arch-container-rust/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ resources: {}
7171
# cpu: 100m
7272
# memory: 128Mi
7373

74-
livenessProbe:
75-
httpGet:
76-
path: /
77-
port: http
78-
readinessProbe:
79-
httpGet:
80-
path: /
81-
port: http
74+
# livenessProbe:
75+
# httpGet:
76+
# path: /
77+
# port: http
78+
# readinessProbe:
79+
# httpGet:
80+
# path: /
81+
# port: http
8282

8383
autoscaling:
8484
enabled: false

0 commit comments

Comments
 (0)