We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e45892 commit ea159f6Copy full SHA for ea159f6
entrypoint.sh
@@ -81,7 +81,7 @@ if [ -n "$METRICS_PASSWORD" ]; then
81
akash-metrics-exporter &
82
# Start redis_exporter with authentication
83
redis_exporter --redis.addr="redis://127.0.0.1:${VALKEY_PORT}" \
84
- --redis.password="$METRICS_PASSWORD" \
+ --redis.password="$VALKEY_REQUIREPASS" \
85
--web.listen-address=":9121" &
86
87
# Start Akash metrics registrar
0 commit comments