promtail: Update loki port
With Loki behind a reverse proxy now, clients access it using the default HTTPS port (443).master
parent
878ff7acb5
commit
cdd6a62b5d
|
@ -63,7 +63,7 @@ promtail: {
|
||||||
config: schema.#PromtailConfig & {
|
config: schema.#PromtailConfig & {
|
||||||
clients: [
|
clients: [
|
||||||
{
|
{
|
||||||
url: "https://loki.pyrocufflink.blue:3100/loki/api/v1/push"
|
url: "https://loki.pyrocufflink.blue/loki/api/v1/push"
|
||||||
tls_config: {
|
tls_config: {
|
||||||
ca_file: "/etc/promtail/ca.crt"
|
ca_file: "/etc/promtail/ca.crt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue