iac/clusters/aero/controllers/kustomization.yaml

19 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Слой 1: чарты инфраструктуры. Только HelmRelease и Namespace — никаких
# ресурсов, чьи CRD ставятся этими же чартами (см. clusters/aero/infrastructure.yaml).
#
# Порядок внутри слоя обеспечивают dependsOn в самих HelmRelease:
# istiod и ingressgateway ждут istio-base, istio-config ждёт всех троих.
#
# local-path-provisioner намеренно НЕ подключён: в k3s он встроен и уже
# обслуживает StorageClass local-path (по умолчанию). Чарт из репозитория
# создал бы второй провижинер с тем же именем класса.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../infrastructure/cert-manager/aero
- ../../../infrastructure/istio-base/aero
- ../../../infrastructure/istio-pilot/aero
- ../../../infrastructure/istio-gateway/aero
- ../../../infrastructure/istio-config/aero
- ../../../infrastructure/dashboard/aero