chore: Update manifests after change

This commit is contained in:
2026-04-04 23:03:12 +00:00
parent 79201ff95d
commit 09fe45c5ec
22 changed files with 302 additions and 75 deletions

View File

@@ -43,6 +43,9 @@ spec:
value: navidrome
- name: SERVER_URL
value: https://navidrome.alexlebens.net
image: ghcr.io/jeffvli/feishin:1.0.1-beta.1@sha256:61239641f23a33f99c2858419b14afb66683f3cd82010363fba92be3993fd894
imagePullPolicy: IfNotPresent
image: ghcr.io/jeffvli/feishin:1.9.0@sha256:5e6959afd27dabadd8f68fed8b0485d851593c61ca558194295bf8950262cc07
name: main
resources:
requests:
cpu: 1m
memory: 20Mi

View File

@@ -29,6 +29,9 @@ spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
hostIPC: false
hostNetwork: false
hostPID: false
@@ -49,8 +52,7 @@ spec:
value: "true"
- name: ND_AUTOIMPORTPLAYLISTS
value: "true"
image: deluan/navidrome:0.61.0@sha256:b14a6acb5cd5ee73f3a13d63d8d68ede82dedb796aa522fbada94769d990cf0b
imagePullPolicy: IfNotPresent
image: ghcr.io/navidrome/navidrome:0.61.0@sha256:b14a6acb5cd5ee73f3a13d63d8d68ede82dedb796aa522fbada94769d990cf0b
name: main
resources:
limits:
@@ -58,7 +60,7 @@ spec:
requests:
cpu: 10m
gpu.intel.com/i915: 1
memory: 128Mi
memory: 50Mi
volumeMounts:
- mountPath: /cache
name: cache

View File

@@ -23,7 +23,7 @@ spec:
name: navidrome-feishin
namespace: navidrome
port: 80
weight: 100
weight: 1
matches:
- path:
type: PathPrefix

View File

@@ -23,7 +23,7 @@ spec:
name: navidrome-main
namespace: navidrome
port: 80
weight: 100
weight: 1
matches:
- path:
type: PathPrefix