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

15 lines
230 B
TOML

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