create: false
name: alloy-config key: config.alloy
This commit is contained in:
parent
ecf2ed5787
commit
21ce529abe
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
alloy:
|
alloy:
|
||||||
create: false
|
|
||||||
name: alloy-config
|
|
||||||
key: config.alloy
|
|
||||||
|
|
||||||
uiPathPrefix: "/alloy"
|
|
||||||
|
|
||||||
extraPorts:
|
extraPorts:
|
||||||
- name: "tcp_socket"
|
- name: "tcp_socket"
|
||||||
|
@ -12,7 +7,12 @@ alloy:
|
||||||
protocol: "TCP"
|
protocol: "TCP"
|
||||||
appProtocol: "tcp"
|
appProtocol: "tcp"
|
||||||
|
|
||||||
|
uiPathPrefix: "/alloy"
|
||||||
|
|
||||||
configMap:
|
configMap:
|
||||||
|
create: false
|
||||||
|
name: alloy-config
|
||||||
|
key: config.alloy
|
||||||
content: |-
|
content: |-
|
||||||
|
|
||||||
logging {
|
logging {
|
||||||
|
|
Loading…
Reference in a new issue