mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-21 17:15:45 +03:00
feat: create ssh key for automation tasks
includes refactoring for build process
This commit is contained in:
parent
fe6e5d59f3
commit
717998b801
5 changed files with 50 additions and 17 deletions
|
@ -7,9 +7,9 @@ metadata:
|
|||
spec:
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: ublue-os_forge-minica-pvc
|
||||
- name: ublue-os_forge-certs-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: ublue-os_forge-minica
|
||||
claimName: ublue-os_forge-certs
|
||||
|
||||
- name: ublue-os_forge-registry-pvc
|
||||
persistentVolumeClaim:
|
||||
|
@ -28,7 +28,7 @@ spec:
|
|||
cpu: 200m
|
||||
volumeMounts:
|
||||
- mountPath: /certs
|
||||
name: ublue-os_forge-minica-pvc
|
||||
name: ublue-os_forge-certs-pvc
|
||||
ports:
|
||||
- containerPort: 443
|
||||
hostPort: 443
|
||||
|
@ -42,7 +42,7 @@ spec:
|
|||
cpu: 200m
|
||||
volumeMounts:
|
||||
- mountPath: /certs
|
||||
name: ublue-os_forge-minica-pvc
|
||||
name: ublue-os_forge-certs-pvc
|
||||
subPath: _.ublue.local
|
||||
- mountPath: /var/lib/registry
|
||||
name: ublue-os_forge-registry-pvc
|
||||
|
@ -59,12 +59,21 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /var/lib/semaphore
|
||||
name: ublue-os_forge-semaphore-pvc
|
||||
- mountPath: /certs
|
||||
subPath: ssh
|
||||
name: ublue-os_forge-certs-pvc
|
||||
readOnly: true
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
protocol: TCP
|
||||
|
||||
- name: setup.ublue.local
|
||||
image: setup
|
||||
volumeMounts:
|
||||
- mountPath: /certs
|
||||
subPath: ssh
|
||||
name: ublue-os_forge-certs-pvc
|
||||
readOnly: true
|
||||
resources:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
|
@ -75,4 +84,4 @@ spec:
|
|||
image: minica
|
||||
volumeMounts:
|
||||
- mountPath: /certs
|
||||
name: ublue-os_forge-minica-pvc
|
||||
name: ublue-os_forge-certs-pvc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue