pegasus on

This commit is contained in:
Brad Stein 2025-09-15 02:45:22 -05:00
parent a85fac9002
commit 50c25b1b92

View File

@ -5,7 +5,7 @@ metadata:
name: pegasus
namespace: jellyfin
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: pegasus } }
template:
metadata: { labels: { app: pegasus } }
@ -60,4 +60,5 @@ spec:
- name: config
configMap: { name: pegasus-user-map }
- name: tmp
emptyDir: {}
emptyDir: {}
imagePullSecrects: [{"name":"zot-regcred"}]