-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgitea.yaml
39 lines (39 loc) · 870 Bytes
/
gitea.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
spec:
project: apps
source:
repoURL: "https://github.com/gruberdev/homelab.git"
path: apps/services/gitea
targetRevision: main
destination:
namespace: services
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- Prune=true
- ServerSideApply=true
retry:
limit: 10
backoff:
duration: 20s
factor: 2
maxDuration: 15m
info:
- name: 'Github Repository:'
value: >-
https://github.com/go-gitea/gitea
- name: 'Awesome Gitea:'
value: >-
https://gitea.com/gitea/awesome-gitea
- name: 'Official Docs:'
value: >-
https://docs.gitea.com/
- name: 'Helm chart:'
value: >-
https://gitea.com/gitea/helm-chart