109 lines
2.7 KiB
YAML
109 lines
2.7 KiB
YAML
resources:
|
|
- ../../overlays/system
|
|
|
|
# - ../../namespaces/kubernetes-dashboard
|
|
- ../../overlays/gitea
|
|
# - ../../overlays/woodpecker
|
|
# - ../../overlays/gitlab
|
|
- ../../overlays/monitoring
|
|
- ../../overlays/nextcloud
|
|
# - ../../overlays/home-assistant
|
|
- ../../overlays/jellyfin
|
|
- ../../overlays/deluge
|
|
- ../../overlays/actual
|
|
- ../../overlays/llm
|
|
- probes/snmp-exporter.yaml
|
|
|
|
# resources:
|
|
# - probes/external-services-bobcat-miner.yaml
|
|
|
|
buildMetadata:
|
|
- originAnnotations
|
|
|
|
images:
|
|
- name: gitea/gitea
|
|
newTag: 1.21.11
|
|
- name: grafana/grafana
|
|
newTag: 11.1.0
|
|
# - name: prom/node-exporter
|
|
# newTag: v0.18.1
|
|
- name: prom/blackbox-exporter
|
|
# newName: badjware/blackbox-exporter-tweak
|
|
newTag: v0.24.0
|
|
# - name: drone/drone
|
|
# newTag: 2.14.0
|
|
# - name: drone/drone-runner-kube
|
|
# newTag: 1.0.0-rc.3
|
|
- 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: homeassistant/home-assistant
|
|
# newTag: 2023.10.2
|
|
- 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"
|
|
|
|
configMapGenerator:
|
|
- name: litellm-proxy-config
|
|
namespace: llm
|
|
behavior: replace
|
|
files:
|
|
- config.yaml=./configurations/litellm/config.yaml
|
|
# - name: home-assistant-server-config
|
|
# namespace: home-assistant
|
|
# behavior: replace
|
|
# files:
|
|
# - configuration.yaml=configurations/home-assistant/configuration.yaml
|
|
# - name: ecommerce-exporter-config
|
|
# namespace: monitoring
|
|
# behavior: replace
|
|
# files:
|
|
# - ecommerce-exporter.yml=configurations/ecommerce-exporter/ecommerce-exporter.yml
|
|
|
|
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
|
|
# - target:
|
|
# version: v1
|
|
# kind: Prometheus
|
|
# name: prometheus
|
|
# path: patches/prometheus-patch.yaml
|
|
|
|
# patchesStrategicMerge:
|
|
# - patches/blackbox-exporter-probe-patch.yaml
|