Files
ollama-plus/apps/children/airflow.yaml
T

19 lines
583 B
YAML
Raw Normal View History

2025-09-12 21:52:11 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
2025-09-12 22:33:26 -04:00
metadata: { name: airflow, namespace: argocd }
2025-09-12 21:52:11 -04:00
spec:
project: ai-stack
destination: { server: https://kubernetes.default.svc, namespace: ai }
2025-09-12 22:25:37 -04:00
sources:
- repoURL: https://airflow.apache.org
chart: airflow
targetRevision: "*"
helm:
valueFiles:
2025-09-12 22:26:08 -04:00
- $values/values/airflow.yaml
2025-09-12 22:25:37 -04:00
- repoURL: https://git.ion606.com/ion606/ollama-plus
targetRevision: argo
ref: values
syncPolicy: { automated: { prune: true, selfHeal: true } }