mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ new talos cluster
This commit is contained in:
18
kubernetes/cluster-0/core/cilium/configmap.yaml
Normal file
18
kubernetes/cluster-0/core/cilium/configmap.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: bgp-config
|
||||
namespace: kube-system
|
||||
data:
|
||||
config.yaml: |
|
||||
peers:
|
||||
- peer-address: ${LOCAL_LAN_OPNSENSE}
|
||||
peer-asn: 64512
|
||||
my-asn: 64512
|
||||
address-pools:
|
||||
- name: default
|
||||
protocol: bgp
|
||||
addresses:
|
||||
- ${CILIUM_BGP_SVC_RANGE}
|
||||
avoid-buggy-ips: true
|
6
kubernetes/cluster-0/core/cilium/kustomization.yaml
Normal file
6
kubernetes/cluster-0/core/cilium/kustomization.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- configmap.yaml
|
Reference in New Issue
Block a user