Skip to content

Commit

Permalink
Set minimum WN disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Jan 15, 2025
1 parent 97f082a commit 40f436f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/ophidia_intertwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ topology_template:
default: ''
required: yes

# Restrict some K8s input values
wn_disk_size:
type: scalar-unit.size
description: Size of the root disk of the WNs
default: 50 GiB
constraints:
- valid_values: [ 50 GiB, 100 GiB, 200 GiB, 0 GiB ]


node_templates:

enes:
Expand Down

0 comments on commit 40f436f

Please sign in to comment.