Skip to content

Commit

Permalink
update charts for notebook services
Browse files Browse the repository at this point in the history
  • Loading branch information
arnthor-agustsson committed Apr 19, 2024
1 parent 5dabbf4 commit d483526
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.2.7
appVersion: 0.1.16
version: 0.2.8
appVersion: 0.1.17
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
maintainers:
- name: impsy
email: [email protected]
- name: impsy
email: [email protected]
86 changes: 43 additions & 43 deletions charts/bigdata-notebook-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ replicaCount: 1
image:
repository: 066597193667.dkr.ecr.us-east-1.amazonaws.com/private/bigdata-notebook-service
pullPolicy: IfNotPresent
tag: 97203a4a
tag: 4d9d29b

imagePullSecrets:
- name: spot-bigdata-image-pull

port: 8888

kernel:
defaultNamespace: "spark-apps" # Default kernel namespace
portMin: 50000 # Port range usable by kernels. Each kernel takes one port.
defaultNamespace: "spark-apps" # Default kernel namespace

Check failure on line 18 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

18:34 [comments] too few spaces before comment
portMin: 50000 # Port range usable by kernels. Each kernel takes one port.

Check failure on line 19 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

19:18 [comments] too few spaces before comment
portMax: 52100
egResponsePort: 50100 # Port used by kernels to send responses to the notebook service.
launchTimeout: 600 # Timeout for kernel launching in seconds. Nginx timeout is also set to this value.
cullIdleTimeout: 0 # Timeout for an idle kernel before it's culled in seconds. 0 turns it off, we use the timeout feature instead.
egResponsePort: 50100 # Port used by kernels to send responses to the notebook service.

Check failure on line 21 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

21:25 [comments] too few spaces before comment
launchTimeout: 600 # Timeout for kernel launching in seconds. Nginx timeout is also set to this value.

Check failure on line 22 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

22:22 [comments] too few spaces before comment
cullIdleTimeout: 0 # Timeout for an idle kernel before it's culled in seconds. 0 turns it off, we use the timeout feature instead.

Check failure on line 23 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

23:22 [comments] too few spaces before comment
connectionServiceName: bigdata-notebook-service-kernel-connection

ingress:
create: true
prefixPath: "" # Defaults to bigdata-notebook-service.fullname
prefixPath: "" # Defaults to bigdata-notebook-service.fullname

Check failure on line 28 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

28:18 [comments] too few spaces before comment
ingressClassName: spot-bigdata-nginx
host: "" # Overridden at deploy time
secretNamespace: "" # Overridden at deploy time
secretName: "" # Overridden at deploy time
host: "" # Overridden at deploy time

Check failure on line 30 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

30:12 [comments] too few spaces before comment
secretNamespace: "" # Overridden at deploy time

Check failure on line 31 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

31:23 [comments] too few spaces before comment
secretName: "" # Overridden at deploy time

Check failure on line 32 in charts/bigdata-notebook-service/values.yaml

View workflow job for this annotation

GitHub Actions / ci

32:18 [comments] too few spaces before comment

egBaseUrl: "/"
egLogLevel: "DEBUG"
Expand Down Expand Up @@ -82,44 +82,44 @@ telemetry:
nodeSelector: {}

tolerations:
- key: "bigdata.spot.io/unschedulable"
operator: "Equal"
value: "ocean-spark-system"
effect: "NoSchedule"
- key: "kubernetes.azure.com/scalesetpriority"
operator: "Equal"
value: "spot"
effect: "NoSchedule"
- key: "bigdata.spot.io/unschedulable"
operator: "Equal"
value: "ocean-spark-system"
effect: "NoSchedule"
- key: "kubernetes.azure.com/scalesetpriority"
operator: "Equal"
value: "spot"
effect: "NoSchedule"

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: spotinst.io/node-lifecycle
operator: In
values:
- od
- key: spotinst.io/ocean-vng-id
operator: Exists
- key: bigdata.spot.io/vng
operator: NotIn
values:
- ocean-spark
- matchExpressions:
- key: spotinst.io/node-lifecycle
operator: In
values:
- od
- key: spotinst.io/ocean-vng-id
operator: Exists
- key: bigdata.spot.io/vng
operator: NotIn
values:
- ocean-spark
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: bigdata.spot.io/component
operator: In
values:
- bigdata-notebook-service-storage-server
topologyKey: "topology.kubernetes.io/zone"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
- labelSelector:
matchExpressions:
- key: bigdata.spot.io/component
operator: Exists
topologyKey: "kubernetes.io/hostname"
- key: bigdata.spot.io/component
operator: In
values:
- bigdata-notebook-service-storage-server
topologyKey: "topology.kubernetes.io/zone"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: bigdata.spot.io/component
operator: Exists
topologyKey: "kubernetes.io/hostname"

0 comments on commit d483526

Please sign in to comment.