Tanguy Herbron
8297d43b12
When working on the development cluster, setup a kustomize environment to enable or disable services dynamicly, and include some dev specific variables (LoadBalancerIP, domain name etc.)
14 lines
409 B
YAML
14 lines
409 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
|
|
- ../../metallb
|
|
- ../../res
|
|
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
|
- ../../longhorn
|
|
- ../../traefik
|
|
|
|
patchesStrategicMerge:
|
|
- ../../environments/dev/traefik-internal-service.yaml
|