- SvelteKit frontend + FastAPI backend in single pod with sidecar pattern - Images pushed to 10.0.20.10:5050 private registry (v4/v1) - SvelteKit server route proxies /api/transform to backend on 127.0.0.1:8000 - Exposed at priority-pass.viktorbarzin.me (Cloudflare-proxied, no auth) - Uses imagePullSecrets for authenticated registry pulls
10 lines
192 B
HCL
10 lines
192 B
HCL
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
|
locals {
|
|
tiers = {
|
|
core = "0-core"
|
|
cluster = "1-cluster"
|
|
gpu = "2-gpu"
|
|
edge = "3-edge"
|
|
aux = "4-aux"
|
|
}
|
|
}
|