helm: ingress improvements #422

Closed
patrickjahns wants to merge 3 commits from patrickjahns/garage:helm-refactor-ingress into main

3 Commits

Author SHA1 Message Date
Patrick Jahns 1dd3869199
chore(helm): bump chart number
continuous-integration/drone/pr Build is passing Details
2022-11-16 12:21:33 +01:00
Patrick Jahns 5b1c1d9736
feat(helm): allow to add custom labels to created ingress resources 2022-11-16 12:21:18 +01:00
Patrick Jahns b31d9a6be0
refactor(helm): disable the ingress per default
The default values forces people to create an ingress resources,
where per default an ingress is not necessary to start garage.

If someone wants to utilize an ingress, he would need to define
the values for the ingress either way, so enabling the ingress
explicitly makes more sense, then requiring it to be disabled per default
2022-11-16 12:18:11 +01:00