This commit is contained in:
2023-12-07 18:32:20 -06:00
parent 634e17a502
commit 5643b61ab8

View File

@@ -14,22 +14,22 @@
# port: 3000
# tls:
# secretName: gitea-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: gitea-tls
spec:
secretName: gitea-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "gitea.durp.info"
dnsNames:
- "gitea.durp.info"
#
#---
#
#apiVersion: cert-manager.io/v1
#kind: Certificate
#metadata:
# name: gitea-tls
#spec:
# secretName: gitea-tls
# issuerRef:
# name: letsencrypt-production
# kind: ClusterIssuer
# commonName: "gitea.durp.info"
# dnsNames:
# - "gitea.durp.info"
#
---
kind: Service