fix(gitops): align platform runtime bootstrap values
This commit is contained in:
parent
9ec3e714b0
commit
010b628c13
@ -53,11 +53,11 @@ stunnel:
|
|||||||
stunnelClient:
|
stunnelClient:
|
||||||
enabled: true
|
enabled: true
|
||||||
service:
|
service:
|
||||||
port: 5432
|
port: 15432
|
||||||
config: |
|
config: |
|
||||||
[postgres-client]
|
[postgres-client]
|
||||||
client = yes
|
client = yes
|
||||||
accept = 0.0.0.0:5432
|
accept = 0.0.0.0:15432
|
||||||
connect = postgresql.database.svc.cluster.local:5433
|
connect = postgresql.database.svc.cluster.local:5433
|
||||||
verifyChain = no
|
verifyChain = no
|
||||||
sslVersion = TLSv1.2
|
sslVersion = TLSv1.2
|
||||||
|
|||||||
@ -44,8 +44,8 @@ components:
|
|||||||
apisix:
|
apisix:
|
||||||
deployment:
|
deployment:
|
||||||
role: traditional
|
role: traditional
|
||||||
roleTraditional:
|
role_traditional:
|
||||||
configProvider: yaml
|
config_provider: yaml
|
||||||
standalone:
|
standalone:
|
||||||
enabled: true
|
enabled: true
|
||||||
admin:
|
admin:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user