Update apps/semaphore/deployment.yaml
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
|||||||
app: semaphore
|
app: semaphore
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000 # ← ВОТ ЭТО ДОБАВЛЕНО
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: semaphore
|
- name: semaphore
|
||||||
image: semaphoreui/semaphore:latest
|
image: semaphoreui/semaphore:latest
|
||||||
@@ -25,6 +25,8 @@ spec:
|
|||||||
value: /var/lib/semaphore/semaphore.db
|
value: /var/lib/semaphore/semaphore.db
|
||||||
- name: SEMAPHORE_PLAYBOOK_PATH
|
- name: SEMAPHORE_PLAYBOOK_PATH
|
||||||
value: /tmp/semaphore/
|
value: /tmp/semaphore/
|
||||||
|
- name: SEMAPHORE_PORT
|
||||||
|
value: "3000" # ← добавили
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user