--- apiVersion: v1 kind: ConfigMap metadata: name: amneziawg-exporter-redis labels: app: amneziawg component: exporter data: redis.conf: | bind 127.0.0.1 protected-mode yes 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 save "" appendonly no stop-writes-on-bgsave-error no rdbcompression yes rdbchecksum yes dir /data rename-command CONFIG "" rename-command SAVE "" rename-command BGSAVE ""