Files
ollama-plus/apps/children/airflow.yaml
T
2025-09-13 10:14:48 -04:00

28 lines
675 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: airflow
namespace: ai
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: ai-stack
destination:
server: https://kubernetes.default.svc
namespace: ai
sources:
- repoURL: https://airflow.apache.org
chart: airflow
targetRevision: "*"
helm:
valueFiles:
- $values/values/airflow.yaml
- repoURL: https://git.ion606.com/ion606/ollama-plus
targetRevision: argo
ref: values
syncPolicy:
automated:
prune: true
selfHeal: true