56 lines
1021 B
YAML
56 lines
1021 B
YAML
|
|
application_name: &application_name jupyter
|
|
|
|
distributed:
|
|
method: helm
|
|
release_name: *application_name
|
|
chart: jupyter
|
|
sets:
|
|
image:
|
|
repository: gradiant/jupyter
|
|
tag: 6.0.3
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
nvidia.com/gpu: 0
|
|
nodeSelector:
|
|
resource-group: gpu_5880
|
|
service:
|
|
type: NodePort
|
|
nodePort:
|
|
http: 30888
|
|
svc:
|
|
svc_type: NodePort
|
|
protocol: http
|
|
hostname: 10.6.14.123
|
|
servicename: ~
|
|
port: 30888
|
|
url: ~
|
|
pod:
|
|
name: jupyter-
|
|
monolithic:
|
|
method: helm
|
|
release_name: *application_name
|
|
chart: jupyter
|
|
sets:
|
|
image:
|
|
repository: gradiant/jupyter
|
|
tag: 6.0.3
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
nvidia.com/gpu: 0
|
|
nodeSelector:
|
|
resource-group: gpu_5880
|
|
service:
|
|
type: NodePort
|
|
svc:
|
|
svc_type: NodePort
|
|
protocol: http
|
|
hostname: 10.6.14.123
|
|
servicename: ~
|
|
port: 30888
|
|
url: ~
|
|
pod:
|
|
name: jupyter-
|