Files
api-gateway/stackfile.toml
2026-04-09 16:53:42 +03:00

18 lines
276 B
TOML

[app]
name = "api-gateway"
image = "git.nodeup.ru/stackops/api-gateway:latest"
replicas = 1
port = 8080
[depends_on.services]
users-api = 8080
[ingress]
host = "gateway.app.nodeup.ru"
path = "/"
tls = true
[health]
liveness = "/healthz"
readiness = "/healthz"