hub:
extraConfig: |
c.KubeSpawner.options_form = """
<label for='image'>Image</label>
<input name='image' placeholder='repo/image:tag'></input>
<br/><br/>
<label for='cpu_guarantee'>CPU</label>
<input name='cpu_guarantee' placeholder='200m, 1.0, 2.5, etc'></input>
<br/><br/>
<label for='mem_guarantee'>Memory</label>
<input name='mem_guarantee' placeholder='100Mi, 1.5Gi'></input>
<br/><br/>
<label for='extra_resource_limits'>Extra Resource Limits</label>
<input name='extra_resource_limits' placeholder='{'
nvidia.com/gpu': '3'}'></input>
<br/><br/>