Skip to content

Commit

Permalink
enabling probes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jul 19, 2024
1 parent d80410f commit 40c3166
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions k8s/composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ spec:
value: "{{DEBUG}}"
ports:
- containerPort: 8000
# livenessProbe:
# failureThreshold: 3
# httpGet:
# path: /admin/login/
# port: 8000
# scheme: HTTP
# initialDelaySeconds: 45
# periodSeconds: 30
# timeoutSeconds: 2
# readinessProbe:
# failureThreshold: 3
# httpGet:
# path: /admin/login/
# port: 8000
# scheme: HTTP
# initialDelaySeconds: 15
# periodSeconds: 30
# timeoutSeconds: 2
livenessProbe:
failureThreshold: 3
httpGet:
path: /admin/login/
port: 8000
scheme: HTTP
initialDelaySeconds: 300
periodSeconds: 30
timeoutSeconds: 2
readinessProbe:
failureThreshold: 3
httpGet:
path: /admin/login/
port: 8000
scheme: HTTP
initialDelaySeconds: 300
periodSeconds: 30
timeoutSeconds: 2
resources:
limits:
cpu: 1500m
Expand Down

0 comments on commit 40c3166

Please sign in to comment.