mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Poddlers: add liveness and readiness monitoring
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -31,6 +31,21 @@ spec:
|
||||
volumeMounts:
|
||||
{{ common_volume_mounts() }}
|
||||
|
||||
livenessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
path: "/live"
|
||||
port: 8070
|
||||
readinessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
path: "/ready"
|
||||
port: 8070
|
||||
|
||||
volumes:
|
||||
{{ common_volumes() }}
|
||||
|
||||
|
||||
@@ -409,6 +409,9 @@ pagure_api_key = "{{ toddlers_pagure_fas_groups_sync_token }}"
|
||||
infra-sig = 'fedora-infra'
|
||||
metrics-sig = 'metrics'
|
||||
|
||||
[monitoring]
|
||||
port = 8070
|
||||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
prefetch_count = 1
|
||||
|
||||
Reference in New Issue
Block a user