-
Notifications
You must be signed in to change notification settings - Fork 1
/
helmsman.yaml
134 lines (121 loc) · 3.59 KB
/
helmsman.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
metadata:
organization: EBI
maintainer: Craig Russell ([email protected])
description: EBI hub deployment
helmRepos:
jupyterhub: "https://jupyterhub.github.io/helm-chart/"
# daskgateway: "https://dask.org/dask-gateway-helm-repo/"
dask: "https://helm.dask.org/"
jetstack: "https://charts.jetstack.io"
persistent_binderhub: "https://gesiscss.github.io/persistent_binderhub"
nginx-stable: "https://helm.nginx.com/stable"
ingress-nginx: "https://kubernetes.github.io/ingress-nginx"
trow: "https://trow.io"
twuni: "https://helm.twun.io"
triton: "https://ctr26.github.io/tritoninferenceserver/"
# prometheus-community: "https://prometheus-community.github.io/helm-charts"
# kube-state-metrics: "https://kubernetes.github.io/kube-state-metrics"
nvdp: "https://nvidia.github.io/k8s-device-plugin"
nvidia: "https://nvidia.github.io/gpu-operator"
getindata: "https://getindata.github.io/helm-charts/"
argo: "https://argoproj.github.io/argo-helm"
appsTemplates:
binderhub: &binderhub
name: "binderhub"
chart: "jupyterhub/binderhub"
version: "1.0.0-0.dev.git.3396.h693ba30"
priority: -8
wait: false # Lethal for binderhub
timeout: 180
enabled: false
hooks:
postUpgrade: "fuser/fuser.yml"
postInstall: "fuser/fuser.yml"
set:
jupyterhub.hub.services.binder.apiToken: "$SECRET_JUPYTERHUB_PROXY_TOKEN"
jupyterhub.proxy.secretToken: "$SECRET_BINDERHUB_SERVICE"
config.DockerRegistry.token_url: ""
config.BinderHub.image_prefix: "registry.binder.bioimagearchive.org/"
registry.url: https://registry.binder.bioimagearchive.org
config.BinderHub.use_registry: true
apps:
nvidia-device-plugin:
name: "nvidia-device-plugin"
namespace: "nvidia-device-plugin"
chart: "nvdp/nvidia-device-plugin"
group: "prod"
enabled: true
version: "0.10.0"
docker-registry:
name: "docker-registry"
namespace: "docker-registry"
chart: "twuni/docker-registry"
group: "prod"
enabled: true
priority: -3
version: "2.1.0"
set:
proxy:enabled: true
# proxy.username: "$CI_REGISTRY_USER"
# proxy.password: "$CI_REGISTRY_PASSWORD"
valuesFiles:
- docker-registry/values.yaml
ingress-nginx:
name: "ingress-nginx"
namespace: "ingress-nginx"
chart: "ingress-nginx/ingress-nginx"
wait: true
group: "prod"
enabled: false
priority: -100
version: "4.6.0"
valuesFiles:
- ingress/nginx-ingress.yaml
daskhub:
chart: "dask/daskhub"
version: "2024.1.1"
group: "prod"
namespace: "prod"
enabled: true
wait: true
priority: -10
timeout: 600
set:
jupyterhub.proxy.secretToken: "$SECRET_JUPYTERHUB_PROXY_TOKEN"
valuesFiles:
- "daskhub/values.yaml"
binderhub:
!!merge <<: *binderhub
name: "binderhub"
enabled: true
priority: -17
namespace: "prod"
group: "prod"
# protected: false
valuesFiles:
- "binderhub/values.yaml"
cert-manager:
name: "cert-manager"
chart: "jetstack/cert-manager"
enabled: true
priority: 0
# timeout: 120
version: "v1.7.2"
wait: true
group: "prod"
timeout: 240
namespace: "cert-manager"
set:
installCRDs: true
ingressShim.defaultIssuerKind: "ClusterIssuer"
ingressShim.defaultIssuerName: "letsencrypt-prod"
hooks:
postUpgrade: "cert-managment/cluster_issuer.yaml"
postInstall: "cert-managment/cluster_issuer.yaml"
nvidia-gpu-operator:
name: "nvidia-gpu-operator"
namespace: "gpu-operator"
chart: "nvidia/gpu-operator"
enabled: true
version: "1.9.1"
group: "prod"