khuedoan-homelab/apps/gitea.yaml
2021-04-25 01:40:58 +07:00

26 lines
492 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.hosts[0]'
value: git.khuedoan.com
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true