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: