add insta2spotify stack: namespace, ESO, NFS, 2-container deploy, split ingress
- 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)
This commit is contained in:
parent
009f4b3b89
commit
6dda15afa0
4 changed files with 266 additions and 0 deletions
13
stacks/insta2spotify/terragrunt.hcl
Normal file
13
stacks/insta2spotify/terragrunt.hcl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
include "root" {
|
||||
path = find_in_parent_folders()
|
||||
}
|
||||
|
||||
dependency "platform" {
|
||||
config_path = "../platform"
|
||||
skip_outputs = true
|
||||
}
|
||||
|
||||
dependency "vault" {
|
||||
config_path = "../vault"
|
||||
skip_outputs = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue