30 lines
695 B
YAML
30 lines
695 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: gitea
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://dl.gitea.com/charts/
|
|
chart: gitea
|
|
targetRevision: "*"
|
|
helm:
|
|
valueFiles:
|
|
- $values/helm/gitea/values.yaml
|
|
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: gitea
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: false
|
|
ignoreDifferences:
|
|
- group: networking.k8s.io
|
|
kind: Ingress
|
|
jsonPointers:
|
|
- /spec/ingressClassName
|