Skip to content

Commit 91e0f43

Browse files
committed
chore(charts): change controller match labels
1 parent 4ac00f5 commit 91e0f43

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

charts/quickwit/templates/quickwit-networkpolicy.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,11 @@ spec:
2929
kubernetes.io/metadata.name: {{.Release.Namespace}}
3030
podSelector:
3131
matchLabels:
32-
app: drycc-victoriametrics
33-
- from:
34-
- namespaceSelector:
35-
matchLabels:
36-
kubernetes.io/metadata.name: {{.Release.Namespace}}
37-
podSelector:
38-
matchLabels:
39-
app: drycc-controller-api
32+
app: drycc-controller
4033
- from:
4134
- namespaceSelector:
4235
matchLabels:
4336
kubernetes.io/metadata.name: {{.Release.Namespace}}
4437
podSelector:
4538
matchLabels:
46-
app: drycc-controller-celery
39+
app: drycc-victoriametrics

0 commit comments

Comments
 (0)