File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
jobs/promtail/templates/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ positions:
4040 filename: <%= p('promtail.positions.filename') %>
4141clients:
4242<% if_p("promtail.loki.tls", "promtail.loki.mtls") do |promtail_loki_tls,promtail_loki_mtls| %>
43- - url: <% if promtail_loki_tls == true || promtail_loki_mtls == true %> https://<% else %> https ://<% end %> <%= p('promtail.loki.server.http_listen_address') %> :<%= p('promtail.loki.server.http_listen_port') %> /loki/api/v1/push
43+ - url: <% if promtail_loki_tls == true || promtail_loki_mtls == true %> https://<% else %> http ://<% end %> <%= p('promtail.loki.server.http_listen_address') %> :<%= p('promtail.loki.server.http_listen_port') %> /loki/api/v1/push
4444<% if promtail_loki_tls == true || promtail_loki_mtls == true %>
4545 tls_config:
4646 ca_file: /var/vcap/jobs/promtail/loki/certs/ca.pem
You can’t perform that action at this time.
0 commit comments