Files
infra/07-test-app/stackfile.toml
2026-04-09 13:26:46 +03:00

15 lines
208 B
TOML

[app]
name = "whoami"
image = "traefik/whoami:latest"
replicas = 1
port = 80
[ingress]
host = "whoami.app.nodeup.ru"
path = "/"
tls = true
[dependencies.postgres]
version = "15"
storage = "1Gi"