* [stable/unbound] Added support for externalIPs on service
Signed-off-by: Antoine Millet <antoine@inaps.org>
* [stable/unbound] Added support for stubZones
Signed-off-by: Antoine Millet <antoine@inaps.org>
* [stable/unbound] Added support for localZones
Signed-off-by: Antoine Millet <antoine@inaps.org>
* Bump chart version
Signed-off-by: Antoine Millet <antoine@inaps.org>
* Update stable/unbound/Chart.yaml
Co-Authored-By: NaPs <NaPs@users.noreply.github.com>
Signed-off-by: Antoine Millet <antoine@inaps.org>
* Add the tcp port definition to the unbound container
* Add the tcp port definition to the unbound service
* Wrap resources in with block to prevent rendering when empty
* Style: unindent remaining with blocks to left margin
* Bump chart version.
* Initial commit.
* Change the probe record to return localhost.
* Add support for local data records and restructure the file a bit.
* Moved the health check to healthz in order to keep default restricted acl for the unbound container.
* Added the serverPort reference.
* Defaulted the healthz image to googles public docker registry.
* Reference the image value for healthz
* Added healthz repo to the chart sources.
* Always bind to 0.0.0.0 so the service will be healthy.
* Update the readme.
* Add a section on setting unbound as an upstream for kube-dns.
* Use the auto-built docker image.
* Updated the readme.
* Updated with somewhat meaningful note.
* Fixed a typo.
* Added some more info to the readme.
* The health check will now use the server port from values.
* Moved to stable.
* nslookup on busybox handles the port differently.
* shortened the initial delay for probes to 5s.
* Added some information on the other configurable properties.
* Use github username in the maintainer field.
* Revise templates and use in selectors and metadata to better follow guidelines.
* Restructure the image references.
* Add a cpu limit
* Fixed the image references.
* Lower the cpu limit to half a core.
* Update the readme with changes to values.yaml.
* Bring template funcs in line with helm 2.8
* Bring standard metadata in line with helm 2.8
* Fixed a bug in the fullname function.
* Restructure the values to separate by container where appropriate.
* Bring up to date with new values structure.
* Add some additional documentation.
* Unquote something I missed.
* Bring the readme up to date.
* Add a disruption budget
* Add a table of all supported values
* Fix the indent level for resources
* Fix the quoting of statsCumulative
* Correct the indent level of the ports list in the service template.
* Update api version.