mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
634e17a502
commit
5643b61ab8
1 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue