# extraPorts:
# - name: "tcp_socket" # port: 1514 # targetPort: 1514 # protocol: "TCP" # appProtocol: "tcp"
This commit is contained in:
parent
e901ac85fc
commit
c16ad82150
1 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,12 @@ alloy:
|
|||
|
||||
uiPathPrefix: "/alloy"
|
||||
|
||||
extraPorts:
|
||||
- name: "tcp_socket"
|
||||
port: 1514
|
||||
targetPort: 1514
|
||||
protocol: "TCP"
|
||||
appProtocol: "tcp"
|
||||
# extraPorts:
|
||||
# - name: "tcp_socket"
|
||||
# port: 1514
|
||||
# targetPort: 1514
|
||||
# protocol: "TCP"
|
||||
# appProtocol: "tcp"
|
||||
|
||||
configMap:
|
||||
content: |-
|
||||
|
|
Loading…
Reference in a new issue