2022-09-23 23:11:09 +00:00
|
|
|
resources:
|
2023-02-20 15:25:16 +00:00
|
|
|
- ../../overlays/system
|
|
|
|
|
|
|
|
- ../../overlays/gitea
|
|
|
|
- ../../overlays/monitoring
|
|
|
|
- ../../overlays/nextcloud
|
2023-06-17 04:47:17 +00:00
|
|
|
- ../../overlays/jellyfin
|
2023-06-20 23:55:33 +00:00
|
|
|
- ../../overlays/deluge
|
2023-12-26 00:25:48 +00:00
|
|
|
- ../../overlays/actual
|
2024-02-06 00:14:44 +00:00
|
|
|
- ../../overlays/llm
|
2021-09-06 23:45:09 +00:00
|
|
|
|
2024-09-19 04:14:40 +00:00
|
|
|
- resources/prometheus/scrapeconfig.yaml
|
|
|
|
|
2023-02-05 04:24:50 +00:00
|
|
|
buildMetadata:
|
|
|
|
- originAnnotations
|
|
|
|
|
2021-08-26 16:42:48 +00:00
|
|
|
images:
|
|
|
|
- name: gitea/gitea
|
2024-04-30 02:00:05 +00:00
|
|
|
newTag: 1.21.11
|
2021-09-11 03:30:38 +00:00
|
|
|
- name: grafana/grafana
|
2024-10-01 02:43:31 +00:00
|
|
|
newTag: 11.2.1
|
2021-09-11 03:30:38 +00:00
|
|
|
- name: prom/blackbox-exporter
|
2024-04-05 23:52:32 +00:00
|
|
|
newTag: v0.24.0
|
2021-08-27 19:57:29 +00:00
|
|
|
- name: nextcloud
|
2024-10-01 02:43:31 +00:00
|
|
|
newTag: 29.0.7
|
2023-06-17 04:47:01 +00:00
|
|
|
- name: collabora/code
|
2024-10-01 02:43:31 +00:00
|
|
|
newTag: 24.04.7.2.1
|
2023-06-17 04:47:01 +00:00
|
|
|
- name: nextcloud/aio-imaginary
|
|
|
|
newTag: 20230613_120442-latest-arm64
|
2023-06-17 04:47:17 +00:00
|
|
|
- name: jellyfin/jellyfin
|
2024-07-05 05:06:52 +00:00
|
|
|
newTag: 10.9.7
|
2023-06-29 14:22:33 +00:00
|
|
|
- name: lscr.io/linuxserver/deluge
|
|
|
|
newTag: latest
|
2021-08-27 19:57:29 +00:00
|
|
|
- name: postgres
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: 9.6.23
|
2021-08-28 03:54:21 +00:00
|
|
|
- name: redis
|
2024-07-05 05:06:52 +00:00
|
|
|
newTag: "7.2"
|
2023-06-10 20:07:25 +00:00
|
|
|
- name: bitnami/kubectl
|
2024-07-05 05:06:52 +00:00
|
|
|
newTag: "1.29"
|
2024-08-07 04:50:31 +00:00
|
|
|
- name: ollama/ollama
|
2024-08-17 18:16:16 +00:00
|
|
|
newTag: 0.3.6
|
|
|
|
# newTag: 0.3.6-rocm
|
2024-08-08 01:08:02 +00:00
|
|
|
- name: ghcr.io/berriai/litellm
|
|
|
|
newTag: main-v1.43.1
|
|
|
|
- name: ghcr.io/open-webui/open-webui
|
2024-10-09 03:50:47 +00:00
|
|
|
newTag: v0.3.32
|
2024-08-09 02:45:07 +00:00
|
|
|
- name: ghcr.io/sillytavern/sillytavern
|
|
|
|
newTag: 1.12.4
|
2024-08-07 04:50:31 +00:00
|
|
|
|
2024-10-12 02:33:10 +00:00
|
|
|
configMapGenerator:
|
|
|
|
- name: ecommerce-exporter-config
|
|
|
|
namespace: monitoring
|
|
|
|
behavior: replace
|
|
|
|
files:
|
|
|
|
- ecommerce-exporter.yml=configurations/ecommerce-exporter/ecommerce-exporter.yml
|
2021-08-26 16:42:41 +00:00
|
|
|
|
2023-02-05 03:11:39 +00:00
|
|
|
# allow "kubectl apply -l app.kubernetes.io/managed-by=kustomize --prune ..."
|
2021-09-26 21:00:29 +00:00
|
|
|
commonLabels:
|
2023-02-05 03:11:39 +00:00
|
|
|
app.kubernetes.io/managed-by: kustomize
|
2021-08-26 16:42:41 +00:00
|
|
|
|
2023-02-20 14:26:17 +00:00
|
|
|
patches:
|
2021-12-13 05:44:49 +00:00
|
|
|
- target:
|
|
|
|
version: v1
|
|
|
|
kind: Deployment
|
2023-02-28 05:06:48 +00:00
|
|
|
name: nextcloud-server
|
2021-12-13 05:44:49 +00:00
|
|
|
path: patches/nextcloud-deployment-patch.yaml
|
2023-06-17 04:47:17 +00:00
|
|
|
- target:
|
|
|
|
version: v1
|
|
|
|
kind: Deployment
|
|
|
|
name: jellyfin-server
|
|
|
|
path: patches/jellyfin-deployment-patch.yaml
|
2023-06-20 23:55:33 +00:00
|
|
|
- target:
|
|
|
|
version: v1
|
|
|
|
kind: Deployment
|
|
|
|
name: deluge-server
|
|
|
|
path: patches/deluge-deployment-patch.yaml
|
2021-09-06 23:45:09 +00:00
|
|
|
|
|
|
|
# patchesStrategicMerge:
|
|
|
|
# - patches/blackbox-exporter-probe-patch.yaml
|