extraPorts:
- name: "tcp_socket"
port: 1514
targetPort: 1514
protocol: "TCP"
appProtocol: "tcp"
This commit is contained in:
parent
2a8bdd0f6d
commit
08a4037929
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]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue