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

39 lines
920 B
YAML
Raw Normal View History

2025-09-13 11:44:13 -04:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
2025-09-13 11:56:35 -04:00
- ollama-scheduler.yaml
2025-09-13 11:44:13 -04:00
- coderunner.yaml
- tools.yaml
- rag-server.yaml
- openwebui.yaml
- postgresql.yaml
- searxng.yaml
- browser.yaml
2025-09-13 19:00:56 -04:00
- policy.yaml
- policy-argo.yaml
2025-09-13 11:44:13 -04:00
generatorOptions:
disableNameSuffixHash: true
2025-09-13 11:56:35 -04:00
# FINDME: The global branch for my repo
2025-09-13 11:44:13 -04:00
configMapGenerator:
- name: ollama-plus-revs
literals:
2025-09-13 11:56:35 -04:00
- targetRevision=argo
2025-09-13 11:44:13 -04:00
# Inject targetRevision from the ConfigMap into apps (kill me)
replacements:
- source:
kind: ConfigMap
name: ollama-plus-revs
fieldPath: data.targetRevision
targets:
- select:
kind: Application
labelSelector: repo.ion606.com/ollama-plus=true
fieldPaths:
- spec.source.targetRevision
options:
create: true