siranga/manifests/certificate.yaml
Dreaded_X 0c2b40b91c
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m5s
Added build action and kubernetes manifests
2025-04-14 18:40:59 +02:00

15 lines
286 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: tunnel
namespace: letsencrypt
spec:
secretName: tunnel-tls
issuerRef:
name: letsencrypt
kind: ClusterIssuer
commonName: "tunnel.${domain}"
dnsNames:
- "tunnel.${domain}"
- "*.tunnel.${domain}"