Skip to content

Commit

Permalink
Merge pull request #24 from juju-solutions/bundle-build-paths
Browse files Browse the repository at this point in the history
Bundle source paths
  • Loading branch information
knkski authored Apr 24, 2019
2 parents a2c2708 + 4e9f35b commit 0ca1c9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,56 @@ bundle: kubernetes
applications:
kubeflow-jupyterhub:
charm: cs:~kubeflow-charmers/kubeflow-jupyterhub
source: charm-kubeflow-jupyterhub
scale: 1
annotations:
gui-x: '1050'
gui-y: '350'
kubeflow-tf-job-dashboard:
charm: cs:~kubeflow-charmers/kubeflow-tf-job-dashboard
source: charm-kubeflow-tf-job-dashboard
scale: 1
annotations:
gui-x: '350'
gui-y: '350'
kubeflow-tf-job-operator:
charm: cs:~kubeflow-charmers/kubeflow-tf-job-operator
source: charm-kubeflow-tf-job-operator
scale: 1
annotations:
gui-x: '350'
gui-y: '0'
kubeflow-ambassador:
charm: cs:~kubeflow-charmers/kubeflow-ambassador
source: charm-kubeflow-ambassador
scale: 1
annotations:
gui-x: '700'
gui-y: '350'
kubeflow-pytorch-operator:
charm: cs:~kubeflow-charmers/kubeflow-pytorch-operator
source: charm-kubeflow-pytorch-operator
scale: 1
annotations:
gui-x: '700'
gui-y: '0'
redis:
charm: cs:~kubeflow-charmers/redis-k8s
source: charm-redis-k8s
scale: 1
annotations:
gui-x: '700'
gui-y: '700'
kubeflow-seldon-api-frontend:
charm: cs:~kubeflow-charmers/kubeflow-seldon-api-frontend
source: charm-kubeflow-seldon-api-frontend
scale: 1
annotations:
gui-x: '1050'
gui-y: '700'
kubeflow-seldon-cluster-manager:
charm: cs:~kubeflow-charmers/kubeflow-seldon-cluster-manager
source: charm-kubeflow-seldon-cluster-manager
scale: 1
annotations:
gui-x: '350'
Expand Down

0 comments on commit 0ca1c9d

Please sign in to comment.