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
9
apps/forgejo/kustomization.yaml
Normal file
9
apps/forgejo/kustomization.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- pvc.yaml
|
||||
- forgejo-admin-secret.yaml
|
||||
- forgejo-postgres-secret.yaml
|
||||
- helmrelease.yaml
|
||||
- certificate.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue