1a728428cf
Apply the platform-domain decision (2026-05-18) to every manifest, overlay, DNS template, README, and script in this repo. Refs: M1.1
26 lines
526 B
TOML
26 lines
526 B
TOML
# gitea stub — full config lands in M3.x.
|
|
# Host: vm-edge. Resource budget per INFRASTRUCTURE.md §6 co-tenant notes.
|
|
|
|
[[service]]
|
|
name = "gitea"
|
|
image = "gitea/gitea:1.22"
|
|
port = 3000
|
|
domain = "git.breakpilot.com"
|
|
|
|
[service.placement]
|
|
node = "vm-edge"
|
|
|
|
[service.resources]
|
|
memory = "512Mi"
|
|
cpu = 0.5
|
|
|
|
[service.volume]
|
|
path = "/data"
|
|
|
|
[service.env]
|
|
USER_UID = "1000"
|
|
USER_GID = "1000"
|
|
GITEA__database__DB_TYPE = "sqlite3"
|
|
GITEA__database__PATH = "/data/gitea/gitea.db"
|
|
GITEA__server__ROOT_URL = "https://git.breakpilot.com"
|