K3s-cluster/apps/gitea.yaml

25 lines
540 B
YAML
Raw Normal View History

2023-11-13 23:38:35 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
2024-01-13 23:52:16 +00:00
repoURL: https://git.halis.io/athens-school/gitea.git
2023-11-13 23:38:35 +00:00
targetRevision: k3s
path: manifests
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true
- PruneLast=true
destination:
server: https://kubernetes.default.svc
namespace: gitea