Skip to content

Commit b781aca

Browse files
update user id
1 parent bd4428d commit b781aca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/navidrome/deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ spec:
2828
prometheus.io/scrape: "true"
2929
spec:
3030
securityContext:
31-
runAsUser: 65535
32-
runAsGroup: 65535
33-
fsGroup: 65535
31+
runAsUser: 61523
32+
runAsGroup: 61523
33+
fsGroup: 61523
3434
seccompProfile:
3535
type: RuntimeDefault
3636
containers:
@@ -39,8 +39,8 @@ spec:
3939
imagePullPolicy: IfNotPresent
4040
securityContext:
4141
runAsNonRoot: true
42-
runAsUser: 65535
43-
runAsGroup: 65535
42+
runAsUser: 61523
43+
runAsGroup: 61523
4444
allowPrivilegeEscalation: false
4545
readOnlyRootFilesystem: true
4646
privileged: false

0 commit comments

Comments
 (0)