Compare commits

...

5 Commits

Author SHA1 Message Date
Renovate Bot
297795fc91 Update renovate/renovate Docker tag to v41.148.1 2025-10-14 00:04:48 +00:00
5cbe0a0c00 remove open-webui and drone
All checks were successful
renovate / renovate (push) Successful in 11m9s
2025-10-13 07:18:52 +05:30
391afc1fe6 add hostNetwork: true
All checks were successful
renovate / renovate (push) Successful in 9m11s
2025-10-12 07:21:55 +05:30
083ad61920 disable nvidia-gpu support from cluster
All checks were successful
renovate / renovate (push) Successful in 6m50s
2025-10-12 03:06:30 +05:30
a7002f6f50 update gitea-act deployment to use internal service for readiness check 2025-10-12 00:11:03 +05:30
13 changed files with 5 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ jobs:
renovate:
runs-on: ubuntu-latest
container:
image: renovate/renovate:41.97.7
image: renovate/renovate:41.148.1
steps:
- name: Checkout repository

View File

@@ -18,8 +18,8 @@ spec:
labels:
app: gitea-act-runner
spec:
hostNetwork: true
restartPolicy: Always
hostNetwork: true
volumes:
- name: docker-certs
emptyDir: {}

View File

@@ -259,13 +259,6 @@ data:
namespace: default
podSelector: app=paperless-ngx
app: paperless-ngx
- Open-WebUI:
icon: ollama.png
description: ollama Frontend
href: https://ollama.akshun-lab.cc
namespace: default
podSelector: app=open-webui
app: open-webui
- Ghostfolio:
icon: ghostfolio.png
description: portfolio analyzer
@@ -273,12 +266,6 @@ data:
namespace: default
podSelector: app=ghostfolio
app: ghostfolio
- Drone:
icon: drone.png
description: CI/CD
namespace: default
app: drone
href: https://drone.akshun-lab.cc
- Searxng:
icon: searxng.png
description: search engine

View File

@@ -16,10 +16,9 @@ spec:
labels:
app: immich-ml
spec:
runtimeClassName: nvidia
containers:
- name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-cuda
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-openvino
ports:
- containerPort: 3003
env:
@@ -34,9 +33,9 @@ spec:
mountPath: /cache
resources:
requests:
nvidia.com/gpu: "1"
gpu.intel.com/i915: "1"
limits:
nvidia.com/gpu: "1"
gpu.intel.com/i915: "1"
volumes:
- name: model-cache
persistentVolumeClaim: