Skip to content

Commit

Permalink
Fix: Scale Error (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhesham6 authored Jul 7, 2024
1 parent 6b60d02 commit 35f0474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/traits/traits.cue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ _#ScalingPolicy: {
$metadata: traits: Scalable: null
scale: {
replicas: {
idle: uint & <min | *0
idle: uint & <=min | *0
min: uint | *1
max: uint & >=min | *min
}
Expand Down

0 comments on commit 35f0474

Please sign in to comment.