18 lines
276 B
TOML
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"
|