dirsigler / uptime-kuma-helm

This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
https://helm.irsigler.cloud
GNU General Public License v3.0
147 stars 51 forks source link

Feature: add values to override dnsPolicy and dnsConfig in deployment #118

Closed victor-keltio closed 10 months ago

victor-keltio commented 10 months ago

Hey there!

Description of the change

Add the possibility to override the DNS policy and the DNS configurations of the created deployment.

Benefits

By default, containers are using the cluster's DNS, but sometimes we want to use an external DNS server. These modifications make it possible.

Possible drawbacks

None.

Checklist

victor-keltio commented 10 months ago

Hey @dirsigler, I just sync-ed the StatefulSet and the Deployment with the new values! :)

Btw, many thanks for this chart! ❤️

dirsigler commented 10 months ago

Thank you @victor-keltio for the awesome addition!