Skip to content

ci(helm): change service type of the glauth ldap deployment

Ronald Koster requested to merge review/32-gl-auth-service-type into main

The defaut service type was NodePort which caused conflicts because this service is deployed multiple times on the same node. Changed the service type to ClusterIP. The connection between Dex and glAuth is setup within the cluster so a ClusterIP service is sufficient

issue: #32

Merge request reports