Skip to content

Commit

Permalink
fix(kuma-cp): add cp selector to global sync service (#3579)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
(cherry picked from commit a8271c3)
  • Loading branch information
jakubdyszkiewicz authored and mergify-bot committed Dec 21, 2021
1 parent 2c0d80f commit f34a217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -797,6 +797,7 @@ spec:
- port: 5685
name: global-zone-sync
selector:
app: kuma-control-plane

app.kubernetes.io/name: kuma
app.kubernetes.io/instance: kuma
Expand Down
Expand Up @@ -20,5 +20,6 @@ spec:
{{- end }}
name: global-zone-sync
selector:
app: {{ include "kuma.name" . }}-control-plane
{{ include "kuma.selectorLabels" . | nindent 4 }}
{{- end }}

0 comments on commit f34a217

Please sign in to comment.