pegasus corrections
This commit is contained in:
parent
001e9c36fe
commit
47cbc9b9f6
@ -5,7 +5,7 @@ metadata:
|
||||
name: pegasus
|
||||
namespace: jellyfin
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector: { matchLabels: { app: pegasus } }
|
||||
template:
|
||||
metadata: { labels: { app: pegasus } }
|
||||
@ -32,9 +32,9 @@ spec:
|
||||
- name: JELLYFIN_URL
|
||||
valueFrom: { secretKeyRef: { name: pegasus-secrets, key: JELLYFIN_URL } }
|
||||
- name: PEGASUS_DEBUG
|
||||
value: 1
|
||||
value: "1"
|
||||
- name: PEGASUS_DRY_RUN
|
||||
value: 1
|
||||
value: "1"
|
||||
ports: [{ name: http, containerPort: 8080 }]
|
||||
volumeMounts:
|
||||
- name: media
|
||||
|
||||
@ -9,12 +9,6 @@ resources:
|
||||
patches:
|
||||
- target: { kind: Deployment, name: pegasus, namespace: jellyfin }
|
||||
patch: |
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value: { name: PEGASUS_DEBUG, value: "1" }
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value: { name: PEGASUS_DRY_RUN, value: "1" }
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/-
|
||||
value:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user