Merge pull request #69 from sirius0xdev/fix/rtx6000-scaling-prevent-thrashing
fix(rtx6000-scaling): set minReplicas to 1 to prevent transient scale…
This commit is contained in:
commit
b55539eac4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ spec:
|
||||||
service: rtx6000-brain-service
|
service: rtx6000-brain-service
|
||||||
port: 8000
|
port: 8000
|
||||||
replicas:
|
replicas:
|
||||||
min: 0
|
min: 1
|
||||||
max: 1
|
max: 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue