Lazypower Voting App

Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 16.04 Ubuntu 15.10 Ubuntu 14.04
juju deploy lazypower-voting-app
Show information

Platform:

Ubuntu
16.04 15.10 14.04

Learn about configurations >

  • enable-cgroups | boolean

    Enable GRUB cgroup overrides cgroup_enable=memory swapaccount=1. WARNING changing this option will reboot the host - use with caution on production services

  • postgres_image | string

    Default: postgres:9.4

    Image to pull from the registry for the postgres app

  • redis_image | string

    Default: redis:alpine

    Image to pull from the registry for the redis app

  • result_image | string

    Default: lazypower/result-example

    Image to pull from the registry for the result app

  • result_port | int

    Default: 5001

    Host port to bind the result application

  • vote_image | string

    Default: lazypower/vote-example

    Image to pull from the registry for the vote app

  • vote_port | int

    Default: 5000

    Host port to bind the vote application

  • worker_image | string

    Default: lazypower/worker-example

    Image to pull from the registry for the result app