fix(gitops): remove apisix standalone parser blockers
This commit is contained in:
parent
7278bad9f2
commit
bd454a3ebf
@ -7,7 +7,7 @@ spec:
|
|||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
url: oci://ghcr.io/x-evor/k3s-platform-chart
|
url: oci://ghcr.io/x-evor/k3s-platform-chart
|
||||||
ref:
|
ref:
|
||||||
semver: "0.1.1"
|
semver: "0.1.2"
|
||||||
layerSelector:
|
layerSelector:
|
||||||
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
||||||
operation: copy
|
operation: copy
|
||||||
|
|||||||
@ -35,6 +35,8 @@ components:
|
|||||||
values:
|
values:
|
||||||
etcd:
|
etcd:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
externalEtcd:
|
||||||
|
user: ""
|
||||||
ingress-controller:
|
ingress-controller:
|
||||||
enabled: false
|
enabled: false
|
||||||
dashboard:
|
dashboard:
|
||||||
@ -71,7 +73,6 @@ components:
|
|||||||
type: roundrobin
|
type: roundrobin
|
||||||
nodes:
|
nodes:
|
||||||
"accounts.core-pre.svc.cluster.local:80": 1
|
"accounts.core-pre.svc.cluster.local:80": 1
|
||||||
#END
|
|
||||||
admin:
|
admin:
|
||||||
enabled: true
|
enabled: true
|
||||||
vault:
|
vault:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user