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