15 lines
208 B
TOML
15 lines
208 B
TOML
[app]
|
|
name = "whoami"
|
|
image = "traefik/whoami:latest"
|
|
replicas = 1
|
|
port = 80
|
|
|
|
[ingress]
|
|
host = "whoami.app.nodeup.ru"
|
|
path = "/"
|
|
tls = true
|
|
|
|
[dependencies.postgres]
|
|
version = "15"
|
|
storage = "1Gi"
|