users-api service

This commit is contained in:
stackops
2026-04-09 16:53:39 +03:00
commit 31d1149176
4 changed files with 65 additions and 0 deletions

14
stackfile.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"