ci: deploy gitea via flux (git.patanix.de. 40GiB PVC, SOPS)
This commit is contained in:
parent
3d85ef9bf6
commit
91ac694306
9 changed files with 147 additions and 8 deletions
13
apps/gitea/certificate.yaml
Normal file
13
apps/gitea/certificate.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: gitea-tls
|
||||
namespace: gitea
|
||||
spec:
|
||||
secretName: gitea-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
commonName: git.patanix.de
|
||||
dnsNames:
|
||||
- git.patanix.de
|
||||
Loading…
Add table
Add a link
Reference in a new issue