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
151 stars 53 forks source link

introduce new value to enable env configuration #30

Closed marcules closed 2 years ago

marcules commented 2 years ago

Description of the change

Generally allow the user to configure environment variables for the deployment manifest / pod definition. This can be used to add custom environment variables through values.yaml and in particular can be used to override the UPTIME_KUMA_PORT env var until the PR louislam/uptime-kuma#1141 is merged.

Benefits

Make this helm chart more configurable and provide a working workaround for the aforementioned issue.

Possible drawbacks

None.

Applicable issues

n/a

Additional information

n/a

Checklist

dirsigler commented 2 years ago

Thank you very much! This just came in time to allow a custom fix for https://github.com/louislam/uptime-kuma/pull/1141