mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-21 00:55:46 +03:00
feat: add semaphore to the stack (#10)
This commit is contained in:
parent
27ee316ca6
commit
5b5fbd6a56
3 changed files with 33 additions and 0 deletions
|
@ -15,6 +15,10 @@ spec:
|
|||
persistentVolumeClaim:
|
||||
claimName: ublue-os_forge-registry
|
||||
|
||||
- name: ublue-os_forge-semaphore-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: ublue-os_forge-semaphore
|
||||
|
||||
containers:
|
||||
- name: rvproxy.ublue.local
|
||||
image: rvproxy
|
||||
|
@ -46,6 +50,19 @@ spec:
|
|||
- containerPort: 5000
|
||||
protocol: TCP
|
||||
|
||||
- name: semaphore.ublue.local
|
||||
image: semaphore
|
||||
resources:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
cpu: 200m
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/semaphore
|
||||
name: ublue-os_forge-semaphore-pvc
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
protocol: TCP
|
||||
|
||||
initContainers:
|
||||
- name: minica.ublue.local
|
||||
image: minica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue