feat: remove commented files
This commit is contained in:
@@ -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']}
|
|
||||||
@@ -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"
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user