IPCEICIS-3111 #21

Closed
Michal.Wrobel wants to merge 131 commits from IPCEICIS-3111 into development
Showing only changes of commit 08a4037929 - Show all commits

View file

@ -5,6 +5,13 @@ alloy:
uiPathPrefix: "/alloy" uiPathPrefix: "/alloy"
extraPorts:
- name: "tcp_socket"
port: 1514
targetPort: 1514
protocol: "TCP"
appProtocol: "tcp"
configMap: configMap:
content: |- content: |-
@ -81,5 +88,5 @@ alloy:
listener { listener {
address = "0.0.0.0:1514" address = "0.0.0.0:1514"
} }
forward_to = [loki.write.local_loki.receiver] forwardping_to = [loki.write.local_loki.receiver]
} }