Skip to content
Snippets Groups Projects
Commit af6456d1 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by Kubernetes Prow Robot
Browse files

Fix selector for calico-typha deployment (#5253)

Change-Id: I79f43379cbe1c495cb416f0572e65f695d5ec2b8
parent 6f57f7dd
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ spec: ...@@ -37,6 +37,9 @@ spec:
# production, we recommend running at least 3 replicas to reduce the impact of rolling upgrade. # production, we recommend running at least 3 replicas to reduce the impact of rolling upgrade.
replicas: {{ typha_replicas }} replicas: {{ typha_replicas }}
revisionHistoryLimit: 2 revisionHistoryLimit: 2
selector:
matchLabels:
k8s-app: calico-typha
template: template:
metadata: metadata:
labels: labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment