94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"forgejo": {
|
|
"concerns": {
|
|
"backup": {
|
|
"backlog_ref": "BACKUP-FORGEJO-001",
|
|
"kind": "pending",
|
|
"reason": "BackupPolicy declared at workspace level (Git data + DB + actions runner state)"
|
|
},
|
|
"certs": {
|
|
"certs_impl": {
|
|
"acme_server": "https://acme-v02.api.letsencrypt.org/directory",
|
|
"email": "",
|
|
"provider": "cloudflare",
|
|
"secret_ref": ""
|
|
},
|
|
"kind": "enabled"
|
|
},
|
|
"dns": {
|
|
"dns_impl": {
|
|
"internal": [],
|
|
"zone": ""
|
|
},
|
|
"kind": "enabled"
|
|
},
|
|
"observability": {
|
|
"backlog_ref": "OBS-001",
|
|
"kind": "pending",
|
|
"reason": "ObservabilityImpl iteration deferred — surface stub only"
|
|
},
|
|
"security": {
|
|
"backlog_ref": "SEC-001",
|
|
"kind": "pending",
|
|
"reason": "SecurityImpl iteration deferred — surface stub only"
|
|
},
|
|
"tls": {
|
|
"kind": "enabled",
|
|
"tls_impl": {
|
|
"hostnames": [],
|
|
"issuer_ref": "letsencrypt-prod",
|
|
"secret_name": "forgejo-tls"
|
|
}
|
|
}
|
|
},
|
|
"data_dir": "/var/lib/data/forgejo",
|
|
"database": "forgejo",
|
|
"db_host": "postgresql.data.svc",
|
|
"http_port": 3000,
|
|
"image": "codeberg.org/forgejo/forgejo:latest",
|
|
"live_check": {
|
|
"scope": "cp_only",
|
|
"strategy": "k8s_pods"
|
|
},
|
|
"mode": "cluster",
|
|
"name": "forgejo",
|
|
"namespace": "data",
|
|
"operations": {
|
|
"delete": true,
|
|
"health": true,
|
|
"install": true,
|
|
"update": true
|
|
},
|
|
"provides": {
|
|
"port": 3000,
|
|
"service": "forgejo"
|
|
},
|
|
"repos_dir": "/var/lib/data/forgejo",
|
|
"requires": {
|
|
"credentials": [
|
|
"FORGEJO_ADMIN_PASSWORD",
|
|
"POSTGRES_PASSWORD"
|
|
],
|
|
"ports": [
|
|
{
|
|
"exposure": "public",
|
|
"port": 222
|
|
},
|
|
{
|
|
"exposure": "public",
|
|
"port": 80
|
|
},
|
|
{
|
|
"exposure": "public",
|
|
"port": 443
|
|
}
|
|
],
|
|
"storage": {
|
|
"persistent": true,
|
|
"size": "20Gi"
|
|
}
|
|
},
|
|
"ssh_port": 222,
|
|
"version": "latest"
|
|
}
|
|
}
|