Files
homelab/k8s/apps/amnezia/exporter-redis-configmap.yaml
T

33 lines
615 B
YAML
Raw Normal View History

2026-06-29 20:46:07 +03:00
---
apiVersion: v1
kind: ConfigMap
metadata:
name: amneziawg-exporter-redis
labels:
app: amneziawg
component: exporter
data:
redis.conf: |
2026-06-30 14:00:07 +03:00
bind 127.0.0.1
protected-mode yes
2026-06-29 20:46:07 +03:00
port 6379
tcp-backlog 511
timeout 0
tcp-keepalive 300
daemonize no
pidfile /run/redis.pid
loglevel warning
logfile ""
databases 16
always-show-logo no
set-proc-title no
2026-06-30 14:00:07 +03:00
save ""
appendonly no
2026-06-29 20:46:07 +03:00
stop-writes-on-bgsave-error no
rdbcompression yes
rdbchecksum yes
dir /data
2026-06-30 14:00:07 +03:00
rename-command CONFIG ""
rename-command SAVE ""
rename-command BGSAVE ""