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:
|
||||
create: false
|
||||
name: alloy-config
|
||||
key: config.alloy
|
||||
|
||||
uiPathPrefix: "/alloy"
|
||||
|
||||
extraPorts:
|
||||
- name: "tcp_socket"
|
||||
|
@ -12,7 +7,12 @@ alloy:
|
|||
protocol: "TCP"
|
||||
appProtocol: "tcp"
|
||||
|
||||
uiPathPrefix: "/alloy"
|
||||
|
||||
configMap:
|
||||
create: false
|
||||
name: alloy-config
|
||||
key: config.alloy
|
||||
content: |-
|
||||
|
||||
logging {
|
||||
|
|
Loading…
Reference in a new issue