Skip to content

Commit

Permalink
default node replicas to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 10, 2025
1 parent a005254 commit 3de732e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- op: replace
path: /spec/template/spec/providerSpec/value/instanceType
value: INSTANCE_TYPE
- op: replace
path: /spec/replicas
value: 1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
value: INSTANCE_TYPE
- op: add
path: /spec/template/spec/providerSpec/value/onHostMaintenance
value: Terminate
value: Terminate
- op: replace
path: /spec/replicas
value: 1
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- op: replace
path: /spec/template/spec/providerSpec/value/profile
value: INSTANCE_TYPE
- op: replace
path: /spec/replicas
value: 1

0 comments on commit 3de732e

Please sign in to comment.