fix(gitops): adopt standalone apisix chart update
This commit is contained in:
parent
010b628c13
commit
7278bad9f2
@ -13,4 +13,4 @@ spec:
|
|||||||
name: platform-config
|
name: platform-config
|
||||||
path: ./infra/platform/external-dns
|
path: ./infra/platform/external-dns
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: platform-secrets-stack
|
- name: platform-stack
|
||||||
|
|||||||
@ -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.0"
|
semver: "0.1.1"
|
||||||
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
|
||||||
|
|||||||
@ -40,16 +40,40 @@ components:
|
|||||||
dashboard:
|
dashboard:
|
||||||
enabled: false
|
enabled: false
|
||||||
gateway:
|
gateway:
|
||||||
|
enabled: true
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
control:
|
||||||
|
enabled: false
|
||||||
apisix:
|
apisix:
|
||||||
deployment:
|
deployment:
|
||||||
|
mode: standalone
|
||||||
role: traditional
|
role: traditional
|
||||||
role_traditional:
|
role_traditional:
|
||||||
config_provider: yaml
|
config_provider: yaml
|
||||||
standalone:
|
standalone:
|
||||||
enabled: true
|
config: |
|
||||||
|
routes:
|
||||||
|
- id: 1
|
||||||
|
uri: "/*"
|
||||||
|
hosts:
|
||||||
|
- api.svc.plus
|
||||||
|
name: api-gateway-prod
|
||||||
|
upstream:
|
||||||
|
type: roundrobin
|
||||||
|
nodes:
|
||||||
|
"accounts.core-prod.svc.cluster.local:80": 1
|
||||||
|
- id: 2
|
||||||
|
uri: "/*"
|
||||||
|
hosts:
|
||||||
|
- api-pre.svc.plus
|
||||||
|
name: api-gateway-pre
|
||||||
|
upstream:
|
||||||
|
type: roundrobin
|
||||||
|
nodes:
|
||||||
|
"accounts.core-pre.svc.cluster.local:80": 1
|
||||||
|
#END
|
||||||
admin:
|
admin:
|
||||||
enabled: false
|
enabled: true
|
||||||
vault:
|
vault:
|
||||||
enabled: true
|
enabled: true
|
||||||
releaseName: vault
|
releaseName: vault
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user