forked from canonical/notebook-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.yaml
37 lines (37 loc) · 882 Bytes
/
bundle.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
bundle: kubernetes
name: jupyter
description: charms for jupyter notebook
applications:
jupyter-controller:
charm: ch:jupyter-controller
scale: 1
jupyter-ui:
charm: ch:jupyter-ui
scale: 1
kubeflow-profiles:
charm: ch:kubeflow-profiles
channel: latest/edge
scale: 1
kubeflow-dashboard:
charm: ch:kubeflow-dashboard
channel: latest/edge
scale: 1
istio-pilot:
charm: ch:istio-pilot
channel: 1.5/edge
scale: 1
options:
default-gateway: kubeflow-gateway
istio-ingressgateway-operator:
charm: ch:istio-gateway
channel: 1.5/edge
scale: 1
trust: true
admission-webhook:
charm: ch:admission-webhook
channel: latest/edge
scale: 1
relations:
- [istio-pilot:istio-pilot, istio-ingressgateway-operator:istio-pilot]
- [istio-pilot, jupyter-ui]
- [kubeflow-profiles, kubeflow-dashboard]