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

28 lines
675 B
YAML
Raw Normal View History

2025-09-12 21:52:11 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
2025-09-13 10:14:48 -04:00
metadata:
name: airflow
namespace: ai
annotations:
argocd.argoproj.io/sync-wave: "0"
2025-09-12 21:52:11 -04:00
spec:
project: ai-stack
2025-09-13 10:14:48 -04:00
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
2025-09-13 10:14:48 -04:00
syncPolicy:
automated:
prune: true
selfHeal: true