Skip to content

Commit

Permalink
deploy a 2-node cluster with the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed May 17, 2023
1 parent 15f9c9f commit 3f5a66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dev-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
applications:
microk8s:
charm: ../microk8s_ubuntu-20.04-amd64_ubuntu-22.04-amd64.charm
scale: 3
scale: 1
options:
role: control-plane
constraints: 'mem=4G root-disk=20G'
microk8s-worker:
charm: ../microk8s_ubuntu-20.04-amd64_ubuntu-22.04-amd64.charm
scale: 3
scale: 1
options:
role: worker
constraints: 'mem=4G root-disk=20G'
Expand Down

0 comments on commit 3f5a66b

Please sign in to comment.