All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m30s
15 lines
286 B
YAML
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}"
|