provisioning-code/.ncl-cache/8b5c67697ed4b3481891378c12419455d4e7d2cb45cd66a407c372acfa9d37cb.json

74 lines
1.7 KiB
JSON

{
"surrealdb": {
"concerns": {
"backup": {
"backlog_ref": "BACKUP-DB-SURREALDB-001",
"kind": "pending",
"reason": "BackupPolicy with database scope + dump_strategy declared at workspace level"
},
"certs": {
"kind": "disabled",
"reason": "no ACME issuer required"
},
"dns": {
"kind": "disabled",
"reason": "no public DNS records"
},
"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": "disabled",
"reason": "internal cluster service, ingress-level TLS handled separately"
}
},
"data_dir": "/data",
"image": "surrealdb/surrealdb:v3.0.5",
"live_check": {
"scope": "cp_only",
"strategy": "k8s_pods"
},
"mode": "cluster",
"name": "surrealdb",
"namespaces": [],
"operations": {
"backup": true,
"delete": true,
"health": true,
"install": true,
"restart": true,
"restore": true,
"update": true
},
"port": 8000,
"provides": {
"port": 8000,
"protocol": "http+ws",
"service": "surrealdb"
},
"requires": {
"credentials": [
"SURREAL_USER",
"SURREAL_PASS"
],
"ports": [
{
"exposure": "private",
"port": 8000
}
],
"storage": {
"persistent": true,
"size": "2Gi"
}
},
"version": "3.0.5"
}
}