We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51f0e commit e019501Copy full SHA for e019501
lib/charts/assets/jaeger-gitpod.yaml
@@ -9,10 +9,10 @@ spec:
9
requiredDuringSchedulingIgnoredDuringExecution:
10
nodeSelectorTerms:
11
- matchExpressions:
12
- - key: purpose
13
- operator: In
14
- values:
15
- - services
+ - key: gitpod.io/workload_services
+ operator: In
+ values:
+ - "true"
16
strategy: allInOne
17
storage:
18
options:
lib/charts/jaeger.ts
@@ -29,9 +29,9 @@ export class Jaeger extends cdk.Construct {
29
{
30
"matchExpressions": [
31
32
- "key": "purpose",
+ "key": "gitpod.io/workload_services",
33
"operator": "In",
34
- "values": ["services"]
+ "values": ["true"]
35
}
36
]
37
0 commit comments