IPCEICIS-3111 #21
1 changed files with 8 additions and 1 deletions
|
@ -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]
|
||||||
}
|
}
|
Reference in a new issue