From 0c6d5fdd5c6c288abf1fc03d2320859d1f1950e9 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 17 May 2020 09:21:08 +1000 Subject: [PATCH] Update deployment security context --- media.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.yaml b/media.yaml index e5350b0..a1ec479 100644 --- a/media.yaml +++ b/media.yaml @@ -615,7 +615,7 @@ spec: - name: sync image: resilio/sync securityContext: - runAsUser: 1000 + runAsUser: 0 imagePullPolicy: IfNotPresent ports: - containerPort: 8888 @@ -699,7 +699,7 @@ spec: - name: books image: bixidock/h5ai securityContext: - runAsUser: 1000 + runAsUser: 0 imagePullPolicy: Always ports: - containerPort: 80