diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index f4fd7f3d8..c91392daa 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -9,8 +9,6 @@ metadata: app.kubernetes.io/version: {{ .Chart.AppVersion }} app.kubernetes.io/component: network app.kubernetes.io/part-of: {{ .Release.Name }} - annotations: - cert-manager.io/cluster-issuer: letsencrypt-issuer spec: gatewayClassName: cilium listeners: @@ -21,3 +19,16 @@ spec: allowedRoutes: namespaces: from: All + - name: https + protocol: HTTPS + port: 443 + hostname: "*.alexlebens.net" + allowedRoutes: + namespaces: + from: All + tls: + mode: Terminate + certificateRefs: + - kind: Secret + group: core + name: wildcard-tls-alexlebens-net