61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../infrastructure/istio-base
|
|
- ../../../infrastructure/istio-pilot
|
|
- ../../../infrastructure/istio-gateway
|
|
- ../../../infrastructure/istio-config
|
|
- ../../../infrastructure/local-path-provisioner
|
|
- ../../../infrastructure/minio
|
|
- ../../../infrastructure/vault
|
|
patches:
|
|
- path: ./patches/istio-base.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: istio-base
|
|
namespace: istio-system
|
|
- path: ./patches/istio-pilot.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: istiod
|
|
namespace: istio-system
|
|
- path: ./patches/istio-gateway.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: ingressgateway
|
|
namespace: istio-system
|
|
- path: ./patches/istio-config.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: istio-config
|
|
namespace: default
|
|
- path: ./patches/local-path-provisioner.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: local-path-provisioner
|
|
namespace: local-path-provisioner
|
|
- path: ./patches/minio.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: minio
|
|
namespace: minio
|
|
- path: ./patches/vault.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: vault
|
|
namespace: vault
|