github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/testcharms/charm-repo/bundle/wordpress-with-plans/bundle.yaml (about)

     1  services:
     2      wordpress:
     3          charm: wordpress
     4          num_units: 1
     5          plan: "default"
     6      mysql:
     7          charm: mysql
     8          num_units: 1
     9          plan: "test/plan"
    10  relations:
    11      - ["wordpress:db", "mysql:server"]