Skip to content

Commit a99b5cd

Browse files
committed
ci: update profiles (disable placefirst for "background", enable background for "placefirst")
Signed-off-by: Hunter Gregory <[email protected]>
1 parent 93dcca1 commit a99b5cd

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

npm/profiles/v2-background.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ metadata:
66
data:
77
azure-npm.json: |
88
{
9-
"ResyncPeriodInMinutes": 15,
10-
"ListeningPort": 10091,
11-
"ListeningAddress": "0.0.0.0",
12-
"NetPolInvervalInMilliseconds": 500,
13-
"MaxPendingNetPols": 100,
14-
"Toggles": {
15-
"EnablePrometheusMetrics": true,
16-
"EnablePprof": true,
17-
"EnableHTTPDebugAPI": true,
18-
"EnableV2NPM": true,
19-
"PlaceAzureChainFirst": true,
20-
"ApplyIPSetsOnNeed": false,
21-
"NetPolInBackground": true
9+
"ResyncPeriodInMinutes": 15,
10+
"ListeningPort": 10091,
11+
"ListeningAddress": "0.0.0.0",
12+
"NetPolInvervalInMilliseconds": 500,
13+
"MaxPendingNetPols": 100,
14+
"Toggles": {
15+
"EnablePrometheusMetrics": true,
16+
"EnablePprof": true,
17+
"EnableHTTPDebugAPI": true,
18+
"EnableV2NPM": true,
19+
"PlaceAzureChainFirst": false,
20+
"ApplyIPSetsOnNeed": false,
21+
"NetPolInBackground": true
2222
}
2323
}

npm/profiles/v2-place-first.yaml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ metadata:
66
data:
77
azure-npm.json: |
88
{
9-
"ResyncPeriodInMinutes": 15,
10-
"ListeningPort": 10091,
11-
"ListeningAddress": "0.0.0.0",
9+
"ResyncPeriodInMinutes": 15,
10+
"ListeningPort": 10091,
11+
"ListeningAddress": "0.0.0.0",
12+
"NetPolInvervalInMilliseconds": 500,
13+
"MaxPendingNetPols": 100,
1214
"Toggles": {
13-
"EnablePrometheusMetrics": true,
14-
"EnablePprof": false,
15-
"EnableHTTPDebugAPI": true,
16-
"EnableV2NPM": true,
17-
"PlaceAzureChainFirst": true,
18-
"ApplyIPSetsOnNeed": true,
19-
"NetPolInBackground": false
20-
}
15+
"EnablePrometheusMetrics": true,
16+
"EnablePprof": true,
17+
"EnableHTTPDebugAPI": true,
18+
"EnableV2NPM": true,
19+
"PlaceAzureChainFirst": true,
20+
"ApplyIPSetsOnNeed": false,
21+
"NetPolInBackground": true
22+
}
2123
}

0 commit comments

Comments
 (0)