enable multi replicas in CI
Signed-off-by: carlory <baofa.fan@daocloud.io>
This commit is contained in:
parent
0d98cc368d
commit
ba54f296ab
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
app: karmada-agent
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: karmada-agent
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
app: karmada-controller-manager
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: karmada-controller-manager
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
matchLabels:
|
||||
app: karmada-aggregated-apiserver
|
||||
apiserver: "true"
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
cluster: {{member_cluster_name}}
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: karmada-scheduler-estimator-{{member_cluster_name}}
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
app: karmada-scheduler
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: karmada-scheduler
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
app: karmada-webhook
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: karmada-webhook
|
||||
|
|
Loading…
Reference in New Issue