update vue values

This commit is contained in:
Remy Moll 2023-12-11 00:25:22 +01:00
parent 0bcbce0ad1
commit 2843dd7b6a
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ spec:
kind: Rule
services:
- name: jellyfin-web
port: 8080
port: 80
tls:
certResolver: default-tls

View File

@ -19,7 +19,7 @@ spec:
memory: "128Mi"
cpu: "30m"
ports:
- containerPort: 8080
- containerPort: 80
env:
- name: TZ
value: Europe/Berlin

View File

@ -8,5 +8,5 @@ spec:
app: jellyfin-web
ports:
- protocol: TCP
port: 8080
targetPort: 8080
port: 80
targetPort: 80