Skip to content

Commit

Permalink
Merge pull request #617 from village-way/main
Browse files Browse the repository at this point in the history
fix: update apiserver anp deploy spec.strategy to Recreate
  • Loading branch information
kosmos-robot authored Jun 3, 2024
2 parents fd0e7f1 + 2e6c327 commit 2b4db7c
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 2b4db7c

Please sign in to comment.