Skip to content

Commit

Permalink
kruize-acked probe parameter values
Browse files Browse the repository at this point in the history
  • Loading branch information
saltgen committed Feb 21, 2024
1 parent 118aae3 commit 07bf596
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions kruize-clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ objects:
port: 10000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 5
periodSeconds: 300
timeoutSeconds: 300
readinessProbe:
httpGet:
path: /health
port: 10000
scheme: HTTP
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 5
initialDelaySeconds: 30
periodSeconds: 300
timeoutSeconds: 5
env:
- name: JAVA_TOOL_OPTIONS
value: "-XX:MaxRAMPercentage=80"
Expand Down

0 comments on commit 07bf596

Please sign in to comment.