Compare commits
1 Commits
f4845b99e6
...
6c2c929002
| Author | SHA1 | Date | |
|---|---|---|---|
|
6c2c929002
|
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://helm.cilium.io/
|
||||
version: 1.19.0
|
||||
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
|
||||
generated: "2026-02-05T03:36:13.283021652Z"
|
||||
generated: "2026-02-05T03:27:53.547950929Z"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# apiVersion: cilium.io/v2
|
||||
# apiVersion: cilium.io/v2alpha1
|
||||
# kind: CiliumBGPAdvertisement
|
||||
# metadata:
|
||||
# name: cilium-bgp-advertisements
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# apiVersion: cilium.io/v2
|
||||
# apiVersion: cilium.io/v2alpha1
|
||||
# kind: CiliumBGPClusterConfig
|
||||
# metadata:
|
||||
# name: cilium-bgp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# apiVersion: cilium.io/v2
|
||||
# apiVersion: cilium.io/v2alpha1
|
||||
# kind: CiliumBGPPeerConfig
|
||||
# metadata:
|
||||
# name: cilium-peer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: cilium.io/v2
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: default-ip-pool
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
stop: "10.232.2.23"
|
||||
|
||||
---
|
||||
apiVersion: cilium.io/v2
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: bgp-ip-pool
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: cilium-tls-gateway
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app.kubernetes.io/name: tls-gateway
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
listeners:
|
||||
- allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
hostname: '*.alexlebens.net'
|
||||
name: http
|
||||
port: 80
|
||||
protocol: HTTP
|
||||
- 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
|
||||
# apiVersion: gateway.networking.k8s.io/v1
|
||||
# kind: Gateway
|
||||
# metadata:
|
||||
# name: cilium-tls-gateway
|
||||
# namespace: {{ .Release.Namespace }}
|
||||
# labels:
|
||||
# app.kubernetes.io/name: tls-gateway
|
||||
# app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
# app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
# annotations:
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
# spec:
|
||||
# gatewayClassName: cilium
|
||||
# listeners:
|
||||
# - allowedRoutes:
|
||||
# namespaces:
|
||||
# from: All
|
||||
# hostname: '*.alexlebens.net'
|
||||
# name: http
|
||||
# port: 80
|
||||
# protocol: HTTP
|
||||
# - 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
|
||||
|
||||
Reference in New Issue
Block a user