mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Change IP of all LB Services to a different subnet Use externalTrafficPolicy on some LB Services Signed-off-by: Vegard Hagen <[email protected]>
21 lines
519 B
YAML
21 lines
519 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- bgp-ip-pool.yaml
|
|
- bgp-advertise-lb-services.yaml
|
|
- bgp-peer-ucg-max-config.yaml
|
|
- bgp-peer-ucg-max-password.yaml
|
|
- bgp-cluster-config.yaml
|
|
- dashboards/cilium.yaml
|
|
- dashboards/cilium-operator.yaml
|
|
|
|
helmCharts:
|
|
- name: cilium
|
|
repo: https://helm.cilium.io
|
|
version: 1.18.3 # renovate: github-releases=cilium/cilium
|
|
releaseName: "cilium"
|
|
includeCRDs: true
|
|
namespace: kube-system
|
|
valuesFile: values.yaml
|