Files
test-app/stackfile.toml
2026-04-09 14:05:23 +03:00

23 lines
335 B
TOML

[app]
name = "test-app"
image = "git.nodeup.ru/stackops/test-app:latest"
replicas = 1
port = 8080
[ingress]
host = "test.app.nodeup.ru"
path = "/"
tls = true
[health]
liveness = "/healthz"
readiness = "/healthz"
[dependencies.postgres]
version = "15"
storage = "1Gi"
[dependencies.redis]
version = "7"
storage = "1Gi"