fix(gitops): align apisix standalone data plane
This commit is contained in:
parent
bd454a3ebf
commit
5224b82b7d
@ -7,7 +7,7 @@ spec:
|
||||
interval: 10m0s
|
||||
url: oci://ghcr.io/x-evor/k3s-platform-chart
|
||||
ref:
|
||||
semver: "0.1.2"
|
||||
semver: "0.1.3"
|
||||
layerSelector:
|
||||
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
||||
operation: copy
|
||||
|
||||
@ -47,11 +47,11 @@ components:
|
||||
control:
|
||||
enabled: false
|
||||
apisix:
|
||||
admin:
|
||||
enabled: false
|
||||
deployment:
|
||||
mode: standalone
|
||||
role: traditional
|
||||
role_traditional:
|
||||
config_provider: yaml
|
||||
role: data_plane
|
||||
standalone:
|
||||
config: |
|
||||
routes:
|
||||
@ -73,8 +73,6 @@ components:
|
||||
type: roundrobin
|
||||
nodes:
|
||||
"accounts.core-pre.svc.cluster.local:80": 1
|
||||
admin:
|
||||
enabled: true
|
||||
vault:
|
||||
enabled: true
|
||||
releaseName: vault
|
||||
|
||||
Loading…
Reference in New Issue
Block a user