13 lines
230 B
YAML
13 lines
230 B
YAML
|
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
|