From c162275ec1b1c88edff9a86329456627fd61e576 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 26 Jul 2023 01:28:08 +0200
Subject: [PATCH] fix(tor): Use correct UID for tor

---
 apps/k8s01/tor/deployment.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/k8s01/tor/deployment.yaml b/apps/k8s01/tor/deployment.yaml
index 465b8eb3a..07909a560 100644
--- a/apps/k8s01/tor/deployment.yaml
+++ b/apps/k8s01/tor/deployment.yaml
@@ -43,8 +43,8 @@ spec:
             cpu: "1"
             memory: 512Mi
         securityContext:
-          runAsUser: 994
-          runAsGroup: 994
+          runAsUser: 101
+          runAsGroup: 101
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           allowPrivilegeEscalation: false
-- 
GitLab