Skip to content

Commit

Permalink
fix: update apiserver anp deploy spec.strategy to Recreate
Browse files Browse the repository at this point in the history
Signed-off-by: wangdepeng <wangdepeng_yewu@cmss.chinamobile.com>
  • Loading branch information
village-way committed Jun 3, 2024
1 parent 7e006ba commit 2e6c327
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ metadata:
namespace: {{ .Namespace }}
spec:
replicas: {{ .Replicas }}
strategy:
type: Recreate
selector:
matchLabels:
virtualCluster-app: apiserver
Expand Down

0 comments on commit 2e6c327

Please sign in to comment.