immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
106 stars 45 forks source link

Request to support service type LoadBalancer #54

Closed madimadi closed 8 months ago

madimadi commented 8 months ago

Hi,

In case I'm not mistaken, there is a "wired-in" ClusterIP in helm templates for services. Can you add service type as a value in templates, to be able to set from values?

Thanks

bo0tzz commented 8 months ago

This chart builds on the common-library, so you can use all of the values that are available there. In this case something like

server:
  service:
    main: 
      type: LoadBalancer

(See https://github.com/bjw-s/helm-charts/blob/923ef40a39520979c98f354ea23963ee54f54433/charts/library/common/values.yaml#L286 for all the options)