-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathvars.yml
26 lines (25 loc) · 863 Bytes
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
# Exporter
image_name: "oliver006/redis_exporter"
image_version: "v1.66.0"
port: 9121
liveness_probe_timeout_seconds: 3
liveness_probe_period_seconds: 15
liveness_probe_success_threshold: 1
liveness_probe_failure_threshold: 5
readiness_probe_timeout_seconds: 3
readiness_probe_period_seconds: 30
readiness_probe_success_threshold: 1
readiness_probe_failure_threshold: 5
resources_requests_cpu: "25m"
resources_requests_memory: "32Mi"
resources_limits_cpu: "200m"
resources_limits_memory: "64Mi"
# Custom
db_host: "backend-redis"
db_port: 6379
## Optional:
# Example 3scale backend:
#db_check_keys: "resque:queue:stats,resque:queue:priority,resque:queue:main,resque:failed"
# Example 3scale system:
#db_check_keys: "queue:backend_sync,queue:billing,queue:critical,queue:default,queue:deletion,queue:events,queue:low,queue:priority,queue:web_hooks,queue_zync"