Skip to content

Commit

Permalink
perf: allow setting the number of gateway instances
Browse files Browse the repository at this point in the history
Signed-off-by: 张启航 <[email protected]>
  • Loading branch information
ZhangSetSail committed Sep 14, 2024
1 parent dce6bf1 commit 31235f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/handler/apigateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ func (a *apigateway) deploy() client.Object {
Affinity: affinity,
TerminationGracePeriodSeconds: commonutil.Int64(0),
ServiceAccountName: rbdutil.GetenvDefault("SERVICE_ACCOUNT_NAME", "rainbond-operator"),
HostNetwork: true,
DNSPolicy: corev1.DNSClusterFirst,
RestartPolicy: corev1.RestartPolicyAlways,
SchedulerName: "default-scheduler",
Expand Down

0 comments on commit 31235f0

Please sign in to comment.