add infrastructure manifests

This commit is contained in:
stackops
2026-04-09 13:26:46 +03:00
parent f896fa3d3e
commit 7fe1376fe6
10 changed files with 358 additions and 0 deletions

View 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"