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