Skip to content

Commit

Permalink
RHIROS-1345 Probes for processor
Browse files Browse the repository at this point in the history
  • Loading branch information
saltgen committed Sep 15, 2023
1 parent cb83d1e commit ed8f3ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ objects:
limits:
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 9000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
readinessProbe:
httpGet:
path: /
port: 9000
scheme: HTTP
initialDelaySeconds: 3
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
timeoutSeconds: 3
env:
- name: CLOWDER_ENABLED
value: ${CLOWDER_ENABLED}
Expand Down

0 comments on commit ed8f3ea

Please sign in to comment.