80 lines
1.9 KiB
YAML
80 lines
1.9 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.2.1
|
|
- name: prom/blackbox-exporter
|
|
newTag: v0.24.0
|
|
- name: nextcloud
|
|
newTag: 29.0.7
|
|
- name: collabora/code
|
|
newTag: 24.04.7.2.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.32
|
|
- name: ghcr.io/sillytavern/sillytavern
|
|
newTag: 1.12.4
|
|
|
|
configMapGenerator:
|
|
- name: ecommerce-exporter-config
|
|
namespace: monitoring
|
|
behavior: replace
|
|
files:
|
|
- ecommerce-exporter.yml=configurations/ecommerce-exporter/ecommerce-exporter.yml
|
|
|
|
# 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
|