separte vue
This commit is contained in:
@@ -23,7 +23,13 @@ jellyfin:
|
|||||||
gpu.intel.com/i915: 1
|
gpu.intel.com/i915: 1
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
vue:
|
vue:
|
||||||
|
type: deployment
|
||||||
|
replicas: 1
|
||||||
|
strategy: Recreate
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/jellyfin/jellyfin-vue
|
repository: ghcr.io/jellyfin/jellyfin-vue
|
||||||
tag: unstable.2024-06-22.60160e2
|
tag: unstable.2024-06-22.60160e2
|
||||||
@@ -45,8 +51,11 @@ jellyfin:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
vue:
|
vue:
|
||||||
port: 8080
|
controller: vue
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
ingress:
|
ingress:
|
||||||
|
Reference in New Issue
Block a user