Compare commits
5 Commits
5dd015fbd3
...
297795fc91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
297795fc91 | ||
| 5cbe0a0c00 | |||
| 391afc1fe6 | |||
| 083ad61920 | |||
| a7002f6f50 |
@@ -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
|
||||
|
||||
@@ -18,8 +18,8 @@ spec:
|
||||
labels:
|
||||
app: gitea-act-runner
|
||||
spec:
|
||||
hostNetwork: true
|
||||
restartPolicy: Always
|
||||
hostNetwork: true
|
||||
volumes:
|
||||
- name: docker-certs
|
||||
emptyDir: {}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user