Compare commits
3 Commits
6c2c929002
...
f4845b99e6
| Author | SHA1 | Date | |
|---|---|---|---|
|
f4845b99e6
|
|||
| cc1bab42ae | |||
| 521184fa37 |
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
repository: https://helm.cilium.io/
|
repository: https://helm.cilium.io/
|
||||||
version: 1.18.6
|
version: 1.19.0
|
||||||
digest: sha256:8ea328ac238524b5b423e6289f5e25d05ef64e6aa19cfd5de238f1d5dd533e9b
|
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
|
||||||
generated: "2026-01-14T11:02:31.272963463Z"
|
generated: "2026-02-05T03:36:13.283021652Z"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
version: 1.18.6
|
version: 1.19.0
|
||||||
repository: https://helm.cilium.io/
|
repository: https://helm.cilium.io/
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
||||||
# renovate: datasource=github-releases depName=cilium/cilium
|
# renovate: datasource=github-releases depName=cilium/cilium
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# apiVersion: cilium.io/v2alpha1
|
# apiVersion: cilium.io/v2
|
||||||
# kind: CiliumBGPAdvertisement
|
# kind: CiliumBGPAdvertisement
|
||||||
# metadata:
|
# metadata:
|
||||||
# name: cilium-bgp-advertisements
|
# name: cilium-bgp-advertisements
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# apiVersion: cilium.io/v2alpha1
|
# apiVersion: cilium.io/v2
|
||||||
# kind: CiliumBGPClusterConfig
|
# kind: CiliumBGPClusterConfig
|
||||||
# metadata:
|
# metadata:
|
||||||
# name: cilium-bgp
|
# name: cilium-bgp
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# apiVersion: cilium.io/v2alpha1
|
# apiVersion: cilium.io/v2
|
||||||
# kind: CiliumBGPPeerConfig
|
# kind: CiliumBGPPeerConfig
|
||||||
# metadata:
|
# metadata:
|
||||||
# name: cilium-peer
|
# name: cilium-peer
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: "cilium.io/v2alpha1"
|
apiVersion: cilium.io/v2
|
||||||
kind: CiliumLoadBalancerIPPool
|
kind: CiliumLoadBalancerIPPool
|
||||||
metadata:
|
metadata:
|
||||||
name: default-ip-pool
|
name: default-ip-pool
|
||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
stop: "10.232.2.23"
|
stop: "10.232.2.23"
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: "cilium.io/v2alpha1"
|
apiVersion: cilium.io/v2
|
||||||
kind: CiliumLoadBalancerIPPool
|
kind: CiliumLoadBalancerIPPool
|
||||||
metadata:
|
metadata:
|
||||||
name: bgp-ip-pool
|
name: bgp-ip-pool
|
||||||
|
|||||||
@@ -1,35 +1,35 @@
|
|||||||
# apiVersion: gateway.networking.k8s.io/v1
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
# kind: Gateway
|
kind: Gateway
|
||||||
# metadata:
|
metadata:
|
||||||
# name: cilium-tls-gateway
|
name: cilium-tls-gateway
|
||||||
# namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
# labels:
|
labels:
|
||||||
# app.kubernetes.io/name: tls-gateway
|
app.kubernetes.io/name: tls-gateway
|
||||||
# app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
# app.kubernetes.io/part-of: {{ .Release.Name }}
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
# annotations:
|
annotations:
|
||||||
# cert-manager.io/cluster-issuer: letsencrypt-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
# spec:
|
spec:
|
||||||
# gatewayClassName: cilium
|
gatewayClassName: cilium
|
||||||
# listeners:
|
listeners:
|
||||||
# - allowedRoutes:
|
- allowedRoutes:
|
||||||
# namespaces:
|
namespaces:
|
||||||
# from: All
|
from: All
|
||||||
# hostname: '*.alexlebens.net'
|
hostname: '*.alexlebens.net'
|
||||||
# name: http
|
name: http
|
||||||
# port: 80
|
port: 80
|
||||||
# protocol: HTTP
|
protocol: HTTP
|
||||||
# - allowedRoutes:
|
- allowedRoutes:
|
||||||
# namespaces:
|
namespaces:
|
||||||
# from: All
|
from: All
|
||||||
# hostname: '*.alexlebens.net'
|
hostname: '*.alexlebens.net'
|
||||||
# name: https
|
name: https
|
||||||
# port: 443
|
port: 443
|
||||||
# protocol: HTTPS
|
protocol: HTTPS
|
||||||
# tls:
|
tls:
|
||||||
# certificateRefs:
|
certificateRefs:
|
||||||
# - group: ''
|
- group: ''
|
||||||
# kind: Secret
|
kind: Secret
|
||||||
# name: https-gateway-cert
|
name: https-gateway-cert
|
||||||
# namespace: kube-system
|
namespace: kube-system
|
||||||
# mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
Reference in New Issue
Block a user