Skip to content

Commit

Permalink
make cpu option an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Oct 17, 2018
1 parent b58c5df commit de26aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm-chart/renku-notebooks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ serverOptions:
resources:
cpu_limit:
displayName: Number of CPUs
type: float
default: 1.0
range: [0.1, 4.0]
type: integer
default: 1
range: [1, 8]
mem_limit:
displayName: Memory
type: enum
Expand Down

0 comments on commit de26aaa

Please sign in to comment.