Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure-aro/specs/notification-channel.json.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"nrn": "{{ env.Getenv "NRN" }}",
"status": "active",
"description": "Channel to handle ARO Containers scopes",
"type": "agent",
"source": [
"telemetry",
Expand Down
8 changes: 4 additions & 4 deletions azure-aro/specs/service-spec.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
"cpu_millicores":{
"type":"integer",
"title":"CPU Millicores",
"default":500,
"default":100,
"maximum":4000,
"minimum":100,
"description":"Amount of CPU to allocate (in millicores, 1000m = 1 CPU core)"
Expand Down Expand Up @@ -630,10 +630,10 @@
},
"name": "Containers",
"selectors": {
"category": "any",
"category": "Scope",
"imported": false,
"provider": "any",
"sub_category": "any"
"provider": "Agent",
"sub_category": "Containers"
},
"type": "scope",
"use_default_actions": false,
Expand Down
1 change: 1 addition & 0 deletions azure/specs/notification-channel.json.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"nrn": "{{ env.Getenv "NRN" }}",
"status": "active",
"description": "Channel to handle Azure Containers scopes",
"type": "agent",
"source": [
"telemetry",
Expand Down
8 changes: 4 additions & 4 deletions azure/specs/service-spec.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
"cpu_millicores":{
"type":"integer",
"title":"CPU Millicores",
"default":500,
"default":100,
"maximum":4000,
"minimum":100,
"description":"Amount of CPU to allocate (in millicores, 1000m = 1 CPU core)"
Expand Down Expand Up @@ -630,10 +630,10 @@
},
"name": "Containers",
"selectors": {
"category": "any",
"category": "Scope",
"imported": false,
"provider": "any",
"sub_category": "any"
"provider": "Agent",
"sub_category": "Containers"
},
"type": "scope",
"use_default_actions": false,
Expand Down
1 change: 1 addition & 0 deletions k8s/specs/notification-channel.json.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"nrn": "{{ env.Getenv "NRN" }}",
"status": "active",
"description": "Channel to handle Containers scopes",
"type": "agent",
"source": [
"telemetry",
Expand Down
8 changes: 4 additions & 4 deletions k8s/specs/service-spec.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
"cpu_millicores":{
"type":"integer",
"title":"CPU Millicores",
"default":500,
"default":100,
"maximum":4000,
"minimum":100,
"description":"Amount of CPU to allocate (in millicores, 1000m = 1 CPU core)"
Expand Down Expand Up @@ -630,10 +630,10 @@
},
"name": "Containers",
"selectors": {
"category": "any",
"category": "Scope",
"imported": false,
"provider": "any",
"sub_category": "any"
"provider": "Agent",
"sub_category": "Containers"
},
"type": "scope",
"use_default_actions": false,
Expand Down
1 change: 1 addition & 0 deletions scheduled_task/specs/notification-channel.json.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"nrn": "{{ env.Getenv "NRN" }}",
"status": "active",
"description": "Channel to handle Scheduled tasks scopes",
"type": "agent",
"source": [
"telemetry",
Expand Down
8 changes: 4 additions & 4 deletions scheduled_task/specs/service-spec.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"type": "number"
}
],
"default": 500,
"default": 100,
"description": "Amount of CPU to allocate (in millicores, 1000m = 1 CPU core)",
"title": "CPU Millicores",
"type": "integer"
Expand Down Expand Up @@ -285,10 +285,10 @@
"dimensions": {},
"name": "Scheduled task",
"selectors": {
"category": "any",
"category": "Scope",
"imported": false,
"provider": "any",
"sub_category": "any"
"provider": "Agent",
"sub_category": "Scheduled task"
},
"type": "scope",
"use_default_actions": false,
Expand Down