mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-16 06:35:46 +03:00
feat: add caddy as reverse proxy (#8)
This commit is contained in:
parent
b2b2f81b5d
commit
aab9df8e04
3 changed files with 50 additions and 1 deletions
|
@ -10,10 +10,26 @@ spec:
|
|||
- name: ublue-os_forge-minica-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: ublue-os_forge-minica
|
||||
|
||||
- name: ublue-os_forge-registry-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: ublue-os_forge-registry
|
||||
|
||||
containers:
|
||||
- name: rvproxy.ublue.local
|
||||
image: rvproxy
|
||||
resources:
|
||||
limits:
|
||||
memory: 128Mi
|
||||
cpu: 200m
|
||||
volumeMounts:
|
||||
- mountPath: /certs
|
||||
name: ublue-os_forge-minica-pvc
|
||||
ports:
|
||||
- containerPort: 443
|
||||
hostPort: 443
|
||||
protocol: TCP
|
||||
|
||||
- name: registry.ublue.local
|
||||
image: registry
|
||||
resources:
|
||||
|
@ -28,8 +44,8 @@ spec:
|
|||
name: ublue-os_forge-registry-pvc
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
hostPort: 9001
|
||||
protocol: TCP
|
||||
|
||||
initContainers:
|
||||
- name: minica.ublue.local
|
||||
image: minica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue