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

82 lines
1.9 KiB
YAML
Raw Normal View History

2022-09-23 23:11:09 +00:00
resources:
- ../../overlays/system
- ../../overlays/gitea
- ../../overlays/monitoring
- ../../overlays/nextcloud
2024-10-14 22:19:39 +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
- resources/prometheus/scrapeconfig.yaml
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
- name: grafana/grafana
2024-11-10 23:19:12 +00:00
newTag: 11.3.0
- 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-11-10 23:19:12 +00:00
newTag: 30.0.2
2023-06-17 04:47:01 +00:00
- name: collabora/code
2024-11-10 23:19:12 +00:00
newTag: 24.04.9.2.1
2023-06-17 04:47:01 +00:00
- name: nextcloud/aio-imaginary
newTag: 20230613_120442-latest-arm64
2024-10-14 22:19:39 +00:00
# - name: jellyfin/jellyfin
# 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
2024-11-10 23:19:12 +00:00
newTag: "16.4"
# newName: pgautoupgrade/pgautoupgrade
# newTag: "16-bookworm"
2021-08-28 03:54:21 +00:00
- name: redis
2024-11-10 23:19:12 +00:00
newTag: "7.4"
- 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-11-10 23:19:12 +00:00
newTag: 0.4.0
2024-08-17 18:16:16 +00:00
# newTag: 0.3.6-rocm
2024-11-10 23:19:12 +00:00
# - name: ghcr.io/berriai/litellm
# newTag: main-v1.43.1
- name: ghcr.io/open-webui/open-webui
2024-11-10 23:19:12 +00:00
newTag: v0.3.35
2024-08-09 02:45:07 +00:00
- name: ghcr.io/sillytavern/sillytavern
2024-11-10 23:19:12 +00:00
newTag: 1.12.7
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
patches:
2021-12-13 05:44:49 +00:00
- target:
version: v1
kind: Deployment
name: nextcloud-server
2021-12-13 05:44:49 +00:00
path: patches/nextcloud-deployment-patch.yaml
2024-10-14 22:19:39 +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