mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
28 lines
550 B
YAML
28 lines
550 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: gitea
|
|
spec:
|
|
destination:
|
|
name: in-cluster
|
|
namespace: gitea
|
|
server: ''
|
|
source:
|
|
path: ''
|
|
repoURL: 'https://dl.gitea.io/charts/'
|
|
targetRevision: 2.2.5
|
|
chart: gitea
|
|
helm:
|
|
parameters:
|
|
- name: 'ingress.enabled'
|
|
value: 'true'
|
|
- name: 'ingress.hosts[0]'
|
|
value: git.khuedoan.com
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|