From 08a40379290a22572a19d079b24be3a4a626e20a Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 26 Mar 2025 11:46:02 +0100 Subject: [PATCH] extraPorts: - name: "tcp_socket" port: 1514 targetPort: 1514 protocol: "TCP" appProtocol: "tcp" --- template/stacks/monitoring/alloy/values.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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