dev #34

Merged
khwezi merged 2 commits from dev into main 2026-04-12 13:55:11 +02:00
Showing only changes of commit e1196d437f - Show all commits

View File

@@ -5,6 +5,12 @@ metadata:
name: semaphore
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: semaphore-sa
namespace: semaphore
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: semaphore-data-pvc
@@ -58,6 +64,7 @@ spec:
labels:
app: semaphore
spec:
serviceAccountName: semaphore-sa
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
@@ -120,18 +127,14 @@ spec:
- name: semaphore-persistent-storage
mountPath: /tmp/semaphore
subPath: tmp
- name: ssh-keys-secret
mountPath: /home/semaphore/.ssh/id_ed25519
subPath: id_ed25519
- name: ssh-keys-secret
mountPath: /home/semaphore/.ssh/id_ed25519.pub
subPath: id_ed25519.pub
- name: ssh-keys-volume
mountPath: /home/semaphore/.ssh
readOnly: true
volumes:
- name: semaphore-persistent-storage
persistentVolumeClaim:
claimName: semaphore-data-pvc
- name: ssh-keys-secret
- name: ssh-keys-volume
secret:
secretName: semaphore-secrets
defaultMode: 384