add infrastructure manifests
This commit is contained in:
14
07-test-app/stackfile.toml
Normal file
14
07-test-app/stackfile.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user