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 kind: Rule
services: services:
- name: jellyfin-web - name: jellyfin-web
port: 8080 port: 80
tls: tls:
certResolver: default-tls certResolver: default-tls

View File

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

View File

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