Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Revert "Update rootfs/docker-entrypoint.sh"
Browse files Browse the repository at this point in the history
This reverts commit 6300ce4.
  • Loading branch information
socheatsok78 committed Jun 25, 2024
1 parent 6300ce4 commit b67e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PROMTAIL_LOGFORMAT=${PROMTAIL_LOGFORMAT:-"logfmt"}
# The config of clients of the Promtail server
# -- Loki server configuration
GF_LOKI_SCHEME=${GF_LOKI_SCHEME:-"http"}
GF_LOKI_HOST=${GF_LOKI_HOST:-"grafana-loki.svc.cluster.local"}
GF_LOKI_HOST=${GF_LOKI_HOST:-"loki-gateway"}
GF_LOKI_PORT=${GF_LOKI_PORT:-"80"}
GF_LOKI_ADDR=${GF_LOKI_ADDR:-"${GF_LOKI_SCHEME}://${GF_LOKI_HOST}:${GF_LOKI_PORT}"}
GF_LOKI_URL=${GF_LOKI_URL:-"${GF_LOKI_ADDR}/loki/api/v1/push"}
Expand Down

0 comments on commit b67e2bc

Please sign in to comment.