Gitea/manifests/certificate.yaml

13 lines
230 B
YAML
Raw Normal View History

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: gitea
namespace: gitea
spec:
secretName: git-halis-io-tls
dnsNames:
- git.halis.io
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer