diff --git a/clusters/cl01tl/helm/cilium/templates/cilium-bgp-advertisement.yaml b/clusters/cl01tl/helm/cilium/templates/cilium-bgp-advertisement.yaml deleted file mode 100644 index 5d3c07756..000000000 --- a/clusters/cl01tl/helm/cilium/templates/cilium-bgp-advertisement.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# apiVersion: cilium.io/v2 -# kind: CiliumBGPAdvertisement -# metadata: -# name: cilium-bgp-advertisements -# namespace: {{ .Release.Namespace }} -# labels: -# app.kubernetes.io/name: cilium-bgp-advertisements -# {{- include "cilium.labels" . | nindent 4 }} -# spec: -# advertisements: -# - advertisementType: "Service" -# service: -# addresses: -# - ExternalIP -# - LoadBalancerIP -# selector: -# matchExpressions: -# - {key: somekey, operator: NotIn, values: ['never-used-value']} diff --git a/clusters/cl01tl/helm/cilium/templates/cilium-bgp-cluster-config.yaml b/clusters/cl01tl/helm/cilium/templates/cilium-bgp-cluster-config.yaml deleted file mode 100644 index 2d51255f9..000000000 --- a/clusters/cl01tl/helm/cilium/templates/cilium-bgp-cluster-config.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# apiVersion: cilium.io/v2 -# kind: CiliumBGPClusterConfig -# metadata: -# name: cilium-bgp -# namespace: {{ .Release.Namespace }} -# labels: -# app.kubernetes.io/name: cilium-bgp -# {{- include "cilium.labels" . | nindent 4 }} -# spec: -# nodeSelector: -# matchLabels: -# node-role.kubernetes.io/bgp: "65020" -# bgpInstances: -# - name: "65020" -# localASN: 65020 -# peers: -# - name: "udm-65000" -# peerASN: 65000 -# peerAddress: 192.168.1.1 -# peerConfigRef: -# name: "cilium-peer" diff --git a/clusters/cl01tl/helm/cilium/templates/cilium-bgp-peer-config.yaml b/clusters/cl01tl/helm/cilium/templates/cilium-bgp-peer-config.yaml deleted file mode 100644 index a9fbb4d0d..000000000 --- a/clusters/cl01tl/helm/cilium/templates/cilium-bgp-peer-config.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# apiVersion: cilium.io/v2 -# kind: CiliumBGPPeerConfig -# metadata: -# name: cilium-peer -# namespace: {{ .Release.Namespace }} -# labels: -# app.kubernetes.io/name: cilium-peer -# {{- include "cilium.labels" . | nindent 4 }} -# spec: -# timers: -# holdTimeSeconds: 9 -# keepAliveTimeSeconds: 3 -# ebgpMultihop: 4 -# gracefulRestart: -# enabled: true -# restartTimeSeconds: 15 -# families: -# - afi: ipv4 -# safi: unicast -# advertisements: -# matchLabels: -# app.kubernetes.io/name: cilium-bgp-advertisements diff --git a/clusters/cl01tl/helm/cilium/templates/gateway.yaml b/clusters/cl01tl/helm/cilium/templates/gateway.yaml deleted file mode 100644 index 75954e77f..000000000 --- a/clusters/cl01tl/helm/cilium/templates/gateway.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# apiVersion: gateway.networking.k8s.io/v1 -# kind: Gateway -# metadata: -# name: cilium-tls-gateway -# namespace: {{ .Release.Namespace }} -# labels: -# app.kubernetes.io/name: cilium-tls-gateway -# {{- include "cilium.labels" . | nindent 4 }} -# annotations: -# cert-manager.io/cluster-issuer: letsencrypt-issuer -# spec: -# addresses: -# - type: IPAddress -# value: 10.232.1.23 -# gatewayClassName: cilium -# listeners: -# - allowedRoutes: -# namespaces: -# from: All -# hostname: '*.alexlebens.net' -# name: https -# port: 443 -# protocol: HTTPS -# tls: -# certificateRefs: -# - group: '' -# kind: Secret -# name: https-gateway-cert -# namespace: kube-system -# mode: Terminate -# - allowedRoutes: -# namespaces: -# from: All -# hostname: 'alexlebens.net' -# name: https-domain -# port: 443 -# protocol: HTTPS -# tls: -# certificateRefs: -# - group: '' -# kind: Secret -# name: https-gateway-cert -# namespace: kube-system -# mode: Terminate