extraPorts:

- name: "tcp_socket"
    port: 1514
    targetPort: 1514
    protocol: "TCP"
    appProtocol: "tcp"
This commit is contained in:
miwr 2025-03-26 11:46:02 +01:00
parent 2a8bdd0f6d
commit 08a4037929

View file

@ -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]
}