diff --git a/services/pegasus/deployment.yaml b/services/pegasus/deployment.yaml index 8f7c6a7..d75b2a7 100644 --- a/services/pegasus/deployment.yaml +++ b/services/pegasus/deployment.yaml @@ -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: {} \ No newline at end of file + emptyDir: {} + imagePullSecrects: [{"name":"zot-regcred"}]