mthaddon-bind

Mthaddon Bind

Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 20.04
juju deploy mthaddon-bind
Show information

Platform:

Learn about configurations >

  • bind_image_password | string

    Password to use for the configured image registry, if required

  • bind_image_path | string

    Default: bindcharmers/bind:edge

    The location of the image to use, e.g. "registry.example.com/bind:v1".

    This setting is required.

  • bind_image_username | string

    Username to use for the configured image registry, if required

  • container_config | string

    YAML formatted map of container config keys & values. These are generally accessed from inside the image as environment variables. Use to configure customized Wordpress images. This configuration gets logged; use container_secrets for secrets.

  • container_secrets | string

    YAML formatted map of secrets. Works just like container_config, except that values should not be logged.

  • custom_config_repo | string

    Repository from which to populate /etc/bind/. If unset, bind will be deployed with the package defaults. e.g. http://github.com/foo/my-custom-bind-config

  • https_proxy | string

    Proxy address to set in the environment, e.g. http://192.168.1.1:8080 Used to clone the configuration files from custom_config_repo, if set. If a username/password is required, they can be embedded in the proxy address e.g. http://username:password@192.168.1.1:8080 Traffic is expected to be HTTPS, but this will also work for HTTP.