Skip to content

Commit

Permalink
Updated failure threshold values
Browse files Browse the repository at this point in the history
  • Loading branch information
saltgen committed Feb 21, 2024
1 parent 1a98c83 commit 118aae3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions kruize-clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,23 @@ objects:
cpu: ${KRUIZE_CPU_LIMIT}
memory: ${KRUIZE_MEMORY_LIMIT}
livenessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 10000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
failureThreshold: 5
readinessProbe:
httpGet:
path: /health
port: 10000
scheme: HTTP
initialDelaySeconds: 10
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
timeoutSeconds: 3
failureThreshold: 5
env:
- name: JAVA_TOOL_OPTIONS
value: "-XX:MaxRAMPercentage=80"
Expand Down

0 comments on commit 118aae3

Please sign in to comment.