mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 20:03:53 +00:00
13 lines
362 B
YAML
13 lines
362 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patches:
|
|
- path: aurask-api-production.yaml
|
|
- path: aurask-worker-production.yaml
|
|
- path: aurask-web-production.yaml
|
|
- path: aurask-manager-production.yaml
|
|
- path: postgres-production.yaml
|
|
- path: redis-production.yaml
|
|
- path: runtime-config-production.yaml
|