pegasus on
This commit is contained in:
parent
a85fac9002
commit
50c25b1b92
@ -5,7 +5,7 @@ metadata:
|
|||||||
name: pegasus
|
name: pegasus
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
selector: { matchLabels: { app: pegasus } }
|
selector: { matchLabels: { app: pegasus } }
|
||||||
template:
|
template:
|
||||||
metadata: { labels: { app: pegasus } }
|
metadata: { labels: { app: pegasus } }
|
||||||
@ -60,4 +60,5 @@ spec:
|
|||||||
- name: config
|
- name: config
|
||||||
configMap: { name: pegasus-user-map }
|
configMap: { name: pegasus-user-map }
|
||||||
- name: tmp
|
- name: tmp
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
imagePullSecrects: [{"name":"zot-regcred"}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user