khuedoan-homelab/apps/gitea.yaml
2021-05-01 16:18:57 +07:00

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