Skip to content

Commit

Permalink
chore: disable liveness and readiness probe for service mesh example
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 22, 2024
1 parent 3df7da7 commit bd094ae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ spec:
requests:
cpu: 10m
memory: 32Mi
livenessProbe:
httpGet:
path: /healthz
port: http
readinessProbe:
httpGet:
path: /healthz
port: http
#livenessProbe:
# httpGet:
# path: /healthz
# port: http
#readinessProbe:
# httpGet:
# path: /healthz
# port: http
securityContext:
runAsUser: 65535
runAsGroup: 65535
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ spec:
requests:
cpu: 10m
memory: 32Mi
livenessProbe:
httpGet:
path: /healthz
port: http
readinessProbe:
httpGet:
path: /healthz
port: http
#livenessProbe:
# httpGet:
# path: /healthz
# port: http
#readinessProbe:
# httpGet:
# path: /healthz
# port: http
securityContext:
runAsUser: 65535
runAsGroup: 65535
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ spec:
requests:
cpu: 10m
memory: 32Mi
livenessProbe:
httpGet:
path: /healthz
port: http
readinessProbe:
httpGet:
path: /healthz
port: http
#livenessProbe:
# httpGet:
# path: /healthz
# port: http
#readinessProbe:
# httpGet:
# path: /healthz
# port: http
securityContext:
runAsUser: 65535
runAsGroup: 65535
Expand Down

0 comments on commit bd094ae

Please sign in to comment.