pegasus updates 1.2.5
This commit is contained in:
parent
755c54f26b
commit
9ff70673e3
@ -28,7 +28,7 @@ spec:
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
containers:
|
||||
- name: pegasus
|
||||
image: registry.bstein.dev/pegasus:1.2.4 # {"$imagepolicy": "jellyfin:pegasus"}
|
||||
image: registry.bstein.dev/pegasus:1.2.5 # {"$imagepolicy": "jellyfin:pegasus"}
|
||||
imagePullPolicy: Always
|
||||
command: ["/pegasus"]
|
||||
env:
|
||||
@ -43,7 +43,7 @@ spec:
|
||||
- name: JELLYFIN_URL
|
||||
valueFrom: { secretKeyRef: { name: pegasus-secrets, key: JELLYFIN_URL } }
|
||||
- name: PEGASUS_DEBUG
|
||||
value: "0"
|
||||
value: "1"
|
||||
- name: PEGASUS_DRY_RUN
|
||||
value: "0"
|
||||
ports: [{ name: http, containerPort: 8080 }]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user