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:
40
40
filename: <%= p('promtail.positions.filename') %>
41
41
clients:
42
42
<% 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
44
44
<% if promtail_loki_tls == true || promtail_loki_mtls == true %>
45
45
tls_config:
46
46
ca_file: /var/vcap/jobs/promtail/loki/certs/ca.pem
You can’t perform that action at this time.
0 commit comments