Configure SSL cert to reflect to all namespaces

This commit is contained in:
j 2025-07-03 13:58:58 +10:00
parent ea218a5b2a
commit 1ad5879995
2 changed files with 8 additions and 2 deletions

View file

@ -59,6 +59,12 @@ metadata:
namespace: cert-manager
spec:
secretName: wildcard-hxme-net
secretTemplate:
annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "*"
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "*"
issuerRef:
name: letsencrypt-rfc2136
kind: ClusterIssuer