Add gitea app to flux

This commit is contained in:
2025-02-12 00:36:00 +01:00
parent fa04fbbc38
commit 9468f7b456
3 changed files with 127 additions and 0 deletions

13
cluster/apps.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps
prune: true
wait: true