Fix selector for calico-typha deployment (#5253)
Change-Id: I79f43379cbe1c495cb416f0572e65f695d5ec2b8
This commit is contained in:
parent
6f57f7dd2f
commit
af6456d1ea
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue