Skip to content

Commit

Permalink
Create beatsinthecloud-cert.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: JKHZ <107081481+catinahat85@users.noreply.github.com>
  • Loading branch information
catinahat85 authored Nov 24, 2024
1 parent 5649628 commit 02496cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cert-manager/beatsinthecloud-cert.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: example-com-tls
namespace: default
spec:
secretName: beatsinthecloud-com-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: beatsinthe.cloud
dnsNames:
- beatsinthe.cloud
- www.beatsinthe.cloud

0 comments on commit 02496cb

Please sign in to comment.