Initial commit
This commit is contained in:
18
data/resources/services/service-web.json
Normal file
18
data/resources/services/service-web.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "service-web",
|
||||
"resource_type": "service",
|
||||
"schema_version": "v1",
|
||||
"desired_state": {
|
||||
"tenant_id": "example-tenant",
|
||||
"service_kind": "nginx",
|
||||
"image": "nginx:alpine",
|
||||
"networks": [],
|
||||
"volumes": [],
|
||||
"resource_limits": null
|
||||
},
|
||||
"current_state": {},
|
||||
"last_applied_state": {},
|
||||
"metadata": {},
|
||||
"created_at": "2026-04-05T00:00:00.000Z",
|
||||
"updated_at": "2026-04-05T00:00:00.000Z"
|
||||
}
|
||||
Reference in New Issue
Block a user