diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index ae4a9d7..a67d4bc 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -5,6 +5,13 @@ alloy: uiPathPrefix: "/alloy" + extraPorts: + - name: "tcp_socket" + port: 1514 + targetPort: 1514 + protocol: "TCP" + appProtocol: "tcp" + configMap: content: |- @@ -81,5 +88,5 @@ alloy: listener { address = "0.0.0.0:1514" } - forward_to = [loki.write.local_loki.receiver] + forwardping_to = [loki.write.local_loki.receiver] } \ No newline at end of file