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
16
clusters/production/gitea.yaml
Normal file
16
clusters/production/gitea.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ../../apps/gitea
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-gpg
|
||||
|
|
@ -3,7 +3,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- cert-manager.yaml
|
||||
- kitchenowl.yaml
|
||||
- forgejo.yaml
|
||||
- gitea.yaml
|
||||
- ocirepository.yaml
|
||||
- ../../infrastructure
|
||||
- ../../apps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue