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 # port: 3000
# tls: # tls:
# secretName: gitea-tls # secretName: gitea-tls
#
--- #---
#
apiVersion: cert-manager.io/v1 #apiVersion: cert-manager.io/v1
kind: Certificate #kind: Certificate
metadata: #metadata:
name: gitea-tls # name: gitea-tls
spec: #spec:
secretName: gitea-tls # secretName: gitea-tls
issuerRef: # issuerRef:
name: letsencrypt-production # name: letsencrypt-production
kind: ClusterIssuer # kind: ClusterIssuer
commonName: "gitea.durp.info" # commonName: "gitea.durp.info"
dnsNames: # dnsNames:
- "gitea.durp.info" # - "gitea.durp.info"
#
--- ---
kind: Service kind: Service