ci: deploy forgejo via helm (git.patanix.de, 40GiB PVC, PostgreSQL, SOPS)
This commit is contained in:
parent
5a0c1949f4
commit
1b82287923
11 changed files with 201 additions and 0 deletions
13
apps/forgejo/certificate.yaml
Normal file
13
apps/forgejo/certificate.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: forgejo-tls
|
||||
namespace: forgejo
|
||||
spec:
|
||||
secretName: forgejo-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