Compare commits

2 Commits

Author SHA1 Message Date
ION606 8e8655e917 debugging 2025-09-12 22:26:08 -04:00
ION606 e29c03aee7 debugging 2025-09-12 22:25:37 -04:00
2 changed files with 15 additions and 9 deletions
+3
View File
@@ -4,6 +4,9 @@ My openWebUI/searxng configs, plugins, RAG server, as well as a custom program t
*Last updated: 2025-09-10* *Last updated: 2025-09-10*
> [!TIP]
> Looking for the compose version of this? See the [compose]()
--- ---
## Summary :3 ## Summary :3
+12 -9
View File
@@ -4,12 +4,15 @@ metadata: { name: airflow, namespace: ai }
spec: spec:
project: ai-stack project: ai-stack
destination: { server: https://kubernetes.default.svc, namespace: ai } destination: { server: https://kubernetes.default.svc, namespace: ai }
source: sources:
repoURL: https://airflow.apache.org - repoURL: https://airflow.apache.org
chart: airflow chart: airflow
targetRevision: "*" targetRevision: "*"
helm: helm:
valueFiles: valueFiles:
- apps/values/airflow.yaml - $values/values/airflow.yaml
syncPolicy:
automated: { prune: true, selfHeal: true } - repoURL: https://git.ion606.com/ion606/ollama-plus
targetRevision: argo
ref: values
syncPolicy: { automated: { prune: true, selfHeal: true } }