Skip to content

Commit

Permalink
Merge pull request #2882 from manics/update-chart-cryptnono
Browse files Browse the repository at this point in the history
Move cryptnono container lookup config into individual deployments
  • Loading branch information
manics authored Jan 4, 2024
2 parents 791f460 + 263c305 commit dd47839
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ binderhub:
cryptnono:
enabled: true
priorityClassName: binderhub-core
detectors:
execwhacker:
containerdHostPath: /run/containerd
dockerHostPath: /run/dind

grafana:
enabled: false
Expand Down
7 changes: 7 additions & 0 deletions config/ovh2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ binderhub:
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

cryptnono:
detectors:
execwhacker:
containerdHostPath: /run/containerd
# TODO: Currently disabled as isn't present on all nodes, only on nodes running builders
# dockerHostPath: /run/dind

grafana:
nodeSelector: *coreNodeSelector
ingress:
Expand Down
5 changes: 3 additions & 2 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ cryptnono:
execwhacker:
metrics:
enabled: true
containerdHostPath: /run/containerd
# TODO: Currently disabled as isn't present on all nodes, only on nodes running builders
# execwhacker needs access to containerd, and docker on build hosts, to lookup the container.
# Set these in the configurations for each deployment
# containerdHostPath: /run/containerd
# dockerHostPath: /run/dind

imagePullSecrets:
Expand Down

0 comments on commit dd47839

Please sign in to comment.