32 lines
831 B
YAML
32 lines
831 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../infrastructure/istio-base
|
|
- ../../../infrastructure/istio-pilot
|
|
- ../../../infrastructure/istio-gateway
|
|
- ../../../infrastructure/istio-config
|
|
- ../../../infrastructure/vault
|
|
- ./vault-ingress.yaml
|
|
patches:
|
|
- 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/vault.yaml
|
|
target:
|
|
group: helm.toolkit.fluxcd.io
|
|
version: v2
|
|
kind: HelmRelease
|
|
name: vault
|
|
namespace: vault
|