mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-17 15:15:45 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
|
@ -63,6 +63,13 @@ spec:
|
|||
- containerPort: 3000
|
||||
protocol: TCP
|
||||
|
||||
- name: setup.ublue.local
|
||||
image: setup
|
||||
resources:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
cpu: 200m
|
||||
|
||||
initContainers:
|
||||
- name: minica.ublue.local
|
||||
image: minica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue