gitops/cilium: configure gateway and wildcard certificate it needs

This commit is contained in:
Jan Novak
2026-02-20 02:15:02 +01:00
parent bb9f2ae3ce
commit be362a5ab7
2 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-lab-home-hrajfrisbee
namespace: kube-system
spec:
secretName: wildcard-lab-home-hrajfrisbee-tls
issuerRef:
name: letsencrypt-prod-dns
kind: ClusterIssuer
dnsNames:
- "*.lab.home.hrajfrisbee.cz"

View File

@@ -13,14 +13,15 @@ spec:
allowedRoutes: allowedRoutes:
namespaces: namespaces:
from: All from: All
- name: https - name: lab-home-hrajfrisbee-https-wildcard
hostname: "*.lab.home.hrajfrisbee.cz"
port: 443 port: 443
protocol: HTTPS protocol: HTTPS
allowedRoutes:
namespaces:
from: All
tls: tls:
mode: Terminate mode: Terminate
certificateRefs: certificateRefs:
- kind: Secret - kind: Secret
name: gateway-tls name: wildcard-lab-home-hrajfrisbee-tls
allowedRoutes:
namespaces:
from: All