1
0
Fork 0
home-stack-kustomize/kustomize/env/prod/kustomization.yaml

81 lines
2.0 KiB
YAML

resources:
- ../../overlays/system
- ../../overlays/gitea
- ../../overlays/monitoring
- ../../overlays/nextcloud
- ../../overlays/jellyfin
- ../../overlays/deluge
- ../../overlays/actual
- ../../overlays/llm
- resources/prometheus/scrapeconfig.yaml
buildMetadata:
- originAnnotations
images:
- name: gitea/gitea
newTag: 1.21.11
- name: grafana/grafana
newTag: 11.1.0
- name: prom/blackbox-exporter
newTag: v0.24.0
- name: nextcloud
newTag: 29.0.3
- name: collabora/code
newTag: 23.05.5.4.1
- name: nextcloud/aio-imaginary
newTag: 20230613_120442-latest-arm64
- name: jellyfin/jellyfin
newTag: 10.9.7
- name: lscr.io/linuxserver/deluge
newTag: latest
- name: postgres
newTag: 9.6.23
- name: redis
newTag: "7.2"
- name: bitnami/kubectl
newTag: "1.29"
- name: ollama/ollama
newTag: 0.3.6
# newTag: 0.3.6-rocm
- name: ghcr.io/berriai/litellm
newTag: main-v1.43.1
- name: ghcr.io/open-webui/open-webui
newTag: v0.3.10 # https://github.com/open-webui/open-webui/discussions/4331
- name: ghcr.io/sillytavern/sillytavern
newTag: 1.12.4
# secretGenerator:
# - name: prometheus-additional-scrape-configs
# type: Opaque
# namespace: monitoring
# behavior: replace
# files:
# - prometheus-additional.yaml=configurations/prometheus/prometheus-additional.yaml
# allow "kubectl apply -l app.kubernetes.io/managed-by=kustomize --prune ..."
commonLabels:
app.kubernetes.io/managed-by: kustomize
patches:
- target:
version: v1
kind: Deployment
name: nextcloud-server
path: patches/nextcloud-deployment-patch.yaml
- target:
version: v1
kind: Deployment
name: jellyfin-server
path: patches/jellyfin-deployment-patch.yaml
- target:
version: v1
kind: Deployment
name: deluge-server
path: patches/deluge-deployment-patch.yaml
# patchesStrategicMerge:
# - patches/blackbox-exporter-probe-patch.yaml