Skip to content

Commit e019501

Browse files
committed
Update Jaeger node selector
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent 3e51f0e commit e019501

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/charts/assets/jaeger-gitpod.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ spec:
99
requiredDuringSchedulingIgnoredDuringExecution:
1010
nodeSelectorTerms:
1111
- matchExpressions:
12-
- key: purpose
13-
operator: In
14-
values:
15-
- services
12+
- key: gitpod.io/workload_services
13+
operator: In
14+
values:
15+
- "true"
1616
strategy: allInOne
1717
storage:
1818
options:

lib/charts/jaeger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ export class Jaeger extends cdk.Construct {
2929
{
3030
"matchExpressions": [
3131
{
32-
"key": "purpose",
32+
"key": "gitpod.io/workload_services",
3333
"operator": "In",
34-
"values": ["services"]
34+
"values": ["true"]
3535
}
3636
]
3737
}

0 commit comments

Comments
 (0)