From e901ac85fc5fdc997c24b028c7732465cb1ef835 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 26 Mar 2025 11:53:11 +0100 Subject: [PATCH] extraPorts: - name: "tcp_socket" port: 1514 targetPort: 1514 protocol: "TCP" appProtocol: "tcp" --- template/stacks/monitoring/alloy/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index a67d4bc..76176f1 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -6,11 +6,11 @@ alloy: uiPathPrefix: "/alloy" extraPorts: - - name: "tcp_socket" - port: 1514 - targetPort: 1514 - protocol: "TCP" - appProtocol: "tcp" + - name: "tcp_socket" + port: 1514 + targetPort: 1514 + protocol: "TCP" + appProtocol: "tcp" configMap: content: |-