Update apps/semaphore/deployment.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user