89 lines
1.9 KiB
JSON
89 lines
1.9 KiB
JSON
{
|
|
"nats": {
|
|
"concerns": {
|
|
"backup": {
|
|
"backlog_ref": "BACKUP-NATS-001",
|
|
"kind": "pending",
|
|
"reason": "BackupPolicy with JetStream state capture declared at workspace level"
|
|
},
|
|
"certs": {
|
|
"kind": "disabled",
|
|
"reason": "no ACME issuer required"
|
|
},
|
|
"dns": {
|
|
"kind": "disabled",
|
|
"reason": "internal cluster service, no public DNS records"
|
|
},
|
|
"observability": {
|
|
"backlog_ref": "OBS-001",
|
|
"kind": "pending",
|
|
"reason": "ObservabilityImpl iteration deferred"
|
|
},
|
|
"security": {
|
|
"backlog_ref": "SEC-001",
|
|
"kind": "pending",
|
|
"reason": "SecurityImpl iteration deferred"
|
|
},
|
|
"tls": {
|
|
"kind": "disabled",
|
|
"reason": "internal cluster service, mTLS handled by NKey signing per platform-nats"
|
|
}
|
|
},
|
|
"data_dir": "/data",
|
|
"image": "nats:2.10-alpine",
|
|
"jetstream": {
|
|
"max_file": "1GB",
|
|
"max_mem": "256MB"
|
|
},
|
|
"live_check": {
|
|
"scope": "cp_only",
|
|
"strategy": "k8s_pods"
|
|
},
|
|
"mode": "cluster",
|
|
"monitor_port": 8222,
|
|
"name": "nats",
|
|
"nkey": {
|
|
"allow_publish": [],
|
|
"allow_subscribe": [
|
|
"_INBOX.>"
|
|
],
|
|
"enabled": false
|
|
},
|
|
"operations": {
|
|
"backup": true,
|
|
"delete": true,
|
|
"health": true,
|
|
"install": true,
|
|
"restart": true,
|
|
"restore": false,
|
|
"update": true
|
|
},
|
|
"port": 4222,
|
|
"provides": {
|
|
"port": 4222,
|
|
"protocol": "nats",
|
|
"service": "nats"
|
|
},
|
|
"requires": {
|
|
"credentials": [
|
|
"NATS_USER",
|
|
"NATS_PASS"
|
|
],
|
|
"ports": [
|
|
{
|
|
"exposure": "private",
|
|
"port": 4222
|
|
},
|
|
{
|
|
"exposure": "internal",
|
|
"port": 8222
|
|
}
|
|
],
|
|
"storage": {
|
|
"persistent": true,
|
|
"size": "1Gi"
|
|
}
|
|
},
|
|
"version": "2.10"
|
|
}
|
|
}
|