22 lines
511 B
YAML
22 lines
511 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- external-secrets.yaml
|
|
- local-pv.yaml
|
|
|
|
helmCharts:
|
|
- name: ollama
|
|
repo: https://otwld.github.io/ollama-helm/
|
|
version: 1.49.0
|
|
releaseName: ollama
|
|
namespace: ollama
|
|
valuesFile: ollama-values.yaml
|
|
includeCRDs: true
|
|
- name: open-webui
|
|
repo: https://helm.openwebui.com/
|
|
version: 12.8.1
|
|
releaseName: openweb-ui
|
|
namespace: ollama
|
|
valuesFile: openweb-ui-values.yaml
|
|
includeCRDs: true |