add obproxy config
This commit is contained in:
10
tools/deploy/obd/obproxy.include.yaml
Normal file
10
tools/deploy/obd/obproxy.include.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
config:
|
||||
enable_cluster_checkout: false
|
||||
skip_proxy_sys_private_check: true
|
||||
syslog_level: 'DEBUG'
|
||||
enable_metadb_used: 'false'
|
||||
enable_qa_mode: 'TRUE'
|
||||
location_expire_period: '1'
|
||||
version: 4.0.0
|
||||
release: 20221031174602.el7
|
||||
|
10
tools/deploy/obd/obproxy.yaml.template
Normal file
10
tools/deploy/obd/obproxy.yaml.template
Normal file
@ -0,0 +1,10 @@
|
||||
obproxy:
|
||||
servers:
|
||||
- 127.0.0.1
|
||||
global:
|
||||
listen_port: {{%% LISTEN_PORT %%}}
|
||||
prometheus_listen_port: {{%% PROMETHEUS_LISTEN_PORT %%}}
|
||||
home_path: {{%% OBPORXY_HOME_PATH %%}}
|
||||
include: obd/obproxy.include.yaml
|
||||
depends:
|
||||
- {{%% COMPONENT %%}}
|
Reference in New Issue
Block a user