This commit is contained in:
parent
e507515766
commit
a51622cc4b
7 changed files with 8 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: slskd
|
||||
|
|
@ -40,7 +40,6 @@ spec:
|
|||
readOnly: true
|
||||
- name: wg-config
|
||||
mountPath: /config
|
||||
|
||||
containers:
|
||||
- name: protonvpn-wireguard
|
||||
image: linuxserver/wireguard:1.0.20250521
|
||||
|
|
@ -60,7 +59,6 @@ spec:
|
|||
volumeMounts:
|
||||
- name: wg-config
|
||||
mountPath: /config
|
||||
|
||||
- name: slskd
|
||||
image: slskd/slskd:0.25.1.65534-8e152ed6
|
||||
securityContext:
|
||||
|
|
@ -93,7 +91,6 @@ spec:
|
|||
- name: slskd-music
|
||||
mountPath: /app/music
|
||||
readOnly: true
|
||||
|
||||
- name: soulsync
|
||||
image: boulderbadgedad/soulsync:2.7.3
|
||||
securityContext:
|
||||
|
|
@ -139,7 +136,6 @@ spec:
|
|||
- name: soulsync-ephemeral
|
||||
mountPath: /app/scripts
|
||||
subPath: scripts
|
||||
|
||||
volumes:
|
||||
- name: wg-secret
|
||||
secret:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue