Skip to content

Commit

Permalink
fix(orchestrator): fix matching labels for podmonitor (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Oct 27, 2023
1 parent b9c5f4c commit 8341f3f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions javascript/packages/orchestrator/static-configs/pod-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ spec:
matchNames:
- "{{namespace}}"
selector:
matchLabels:
zombie-role: authority
matchExpressions:
- key: "zombie-role"
operator: In
values:
- "authority"
- "full-node"
- "node"
- "collator"
- "cumulus-collator"
- "bootnode"
podTargetLabels:
- instance

0 comments on commit 8341f3f

Please sign in to comment.