Browse Source

Fix selector for calico-typha deployment (#5253)

Change-Id: I79f43379cbe1c495cb416f0572e65f695d5ec2b8
pull/5275/head
Matthew Mosesohn 5 years ago
committed by Kubernetes Prow Robot
parent
commit
af6456d1ea
1 changed files with 3 additions and 0 deletions
  1. 3
      roles/network_plugin/calico/templates/calico-typha.yml.j2

3
roles/network_plugin/calico/templates/calico-typha.yml.j2

@ -37,6 +37,9 @@ spec:
# production, we recommend running at least 3 replicas to reduce the impact of rolling upgrade.
replicas: {{ typha_replicas }}
revisionHistoryLimit: 2
selector:
matchLabels:
k8s-app: calico-typha
template:
metadata:
labels:

Loading…
Cancel
Save