Compare commits

...

4 Commits

Author SHA1 Message Date
Renovate Bot
c5b5ffd4dc Update searxng/searxng Docker digest to 7a13ee9 2025-10-13 00:03:50 +00:00
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
12 changed files with 5 additions and 6 deletions

View File

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

View File

@@ -16,10 +16,9 @@ spec:
labels: labels:
app: immich-ml app: immich-ml
spec: spec:
runtimeClassName: nvidia
containers: containers:
- name: immich-machine-learning - 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: ports:
- containerPort: 3003 - containerPort: 3003
env: env:
@@ -34,9 +33,9 @@ spec:
mountPath: /cache mountPath: /cache
resources: resources:
requests: requests:
nvidia.com/gpu: "1" gpu.intel.com/i915: "1"
limits: limits:
nvidia.com/gpu: "1" gpu.intel.com/i915: "1"
volumes: volumes:
- name: model-cache - name: model-cache
persistentVolumeClaim: persistentVolumeClaim:

View File

@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: searxng - name: searxng
image: searxng/searxng@sha256:1458a9e6df554fa0306f2f4b770e2e49ad49dc726dddaa598eb4613718cb3b81 image: searxng/searxng@sha256:7a13ee96e98ef78aaf89acd86dfea668cbf3942dc886511a4d4007833da435e9
ports: ports:
- containerPort: 8080 - containerPort: 8080
env: env: