add other domains

This commit is contained in:
2025-02-28 19:58:38 -05:00
parent 723067dd9e
commit 295be78af9
6 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: williamtpeebles-com
namespace: cert-manager
spec:
commonName: '*.williamtpeebles.com'
dnsNames:
- williamtpeebles.com
- '*.williamtpeebles.com'
- '*.internal.williamtpeebles.com'
issuerRef:
kind: ClusterIssuer
name: letsencrypt-williamtpeebles-com
secretName: cert-williamtpeebles-com
secretTemplate:
annotations:
replicator.v1.mittwald.de/replication-allowed: "true"
replicator.v1.mittwald.de/replication-allowed-namespaces: '*'