From 12fd0a3bd38ebec7477896b4154fcd1ee0c34f54 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 26 Nov 2025 16:25:37 +0000 Subject: [PATCH] Update apps/semaphore/deployment.yaml --- apps/semaphore/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/semaphore/deployment.yaml b/apps/semaphore/deployment.yaml index 4b18c1d..de6786f 100644 --- a/apps/semaphore/deployment.yaml +++ b/apps/semaphore/deployment.yaml @@ -14,7 +14,7 @@ spec: app: semaphore spec: securityContext: - fsGroup: 1000 # ← ВОТ ЭТО ДОБАВЛЕНО + fsGroup: 1000 containers: - name: semaphore image: semaphoreui/semaphore:latest @@ -25,6 +25,8 @@ spec: value: /var/lib/semaphore/semaphore.db - name: SEMAPHORE_PLAYBOOK_PATH value: /tmp/semaphore/ + - name: SEMAPHORE_PORT + value: "3000" # ← добавили ports: - containerPort: 3000 volumeMounts: