users-api service
This commit is contained in:
14
stackfile.toml
Normal file
14
stackfile.toml
Normal 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"
|
||||
Reference in New Issue
Block a user