Bind
- Barry Price
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 9 | 07 Jun 2021 | |
latest/edge | 7 | 07 Jun 2021 |
juju deploy bind-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
bind_image_password | string
Password to use for the configured image registry, if required
-
bind_image_path | string
Default: bindcharmers/bind:v1.0-20.04_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
-
enable_rfc1918_recursion | boolean
Default: True
Enable recursive queries from hosts on RFC1918 networks.
Ignored if custom_config_repo is set.
-
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.