- Namespace insta2spotify (tier 4-aux) - ExternalSecret from Vault secret/insta2spotify - NFS volume at /mnt/main/insta2spotify for SQLite + Spotify cache - Frontend (128Mi) + backend (512Mi req / 2Gi limit) in one pod - Split ingress: protected (Authentik) for frontend, unprotected for /api/* - DNS via Cloudflare (proxied)
13 lines
207 B
HCL
13 lines
207 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependency "platform" {
|
|
config_path = "../platform"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "vault" {
|
|
config_path = "../vault"
|
|
skip_outputs = true
|
|
}
|