audiobookshelp upgrade, and adventurelog account path added

This commit is contained in:
kisfenyo
2025-12-28 19:51:32 +01:00
parent 8f02e3018c
commit c5b97ca305
2 changed files with 15 additions and 4 deletions
+14
View File
@@ -389,6 +389,13 @@ spec:
name: adventurelog-backend
port:
number: 80
- path: /accounts
pathType: Prefix
backend:
service:
name: adventurelog-backend
port:
number: 80
# Media files (user uploads)
- path: /media
pathType: Prefix
@@ -423,6 +430,13 @@ spec:
name: adventurelog-backend
port:
number: 80
- path: /accounts
pathType: Prefix
backend:
service:
name: adventurelog-backend
port:
number: 80
- path: /media
pathType: Prefix
backend:
+1 -4
View File
@@ -38,7 +38,6 @@ metadata:
labels:
app.kubernetes.io/instance: audiobookshelf
app.kubernetes.io/name: audiobookshelf
app.kubernetes.io/version: 2.30.0
spec:
replicas: 1
strategy:
@@ -52,11 +51,10 @@ spec:
labels:
app.kubernetes.io/instance: audiobookshelf
app.kubernetes.io/name: audiobookshelf
app.kubernetes.io/version: 2.30.0
spec:
containers:
- name: audiobookshelf
image: advplyr/audiobookshelf:2.30.0
image: advplyr/audiobookshelf:2.32.1
imagePullPolicy: IfNotPresent
env:
- name: TZ
@@ -114,7 +112,6 @@ metadata:
labels:
app.kubernetes.io/instance: audiobookshelf
app.kubernetes.io/name: audiobookshelf
app.kubernetes.io/version: 2.30.0
spec:
type: ClusterIP
ports: