13 lines
253 B
YAML
13 lines
253 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: nginx-stable-tls
|
|
namespace: nginx-mcp
|
|
spec:
|
|
secretName: nginx-stable-tls
|
|
issuerRef:
|
|
name: letsencrypt-http
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- nginx-stable.thedevops.dev
|