15 lines
230 B
TOML
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"
|