ori-edge / k8s_gateway

A CoreDNS plugin to resolve all types of external Kubernetes resources
Apache License 2.0
295 stars 64 forks source link

Add clusterIP value to Helm chart service template #131

Closed Crewat closed 2 years ago

Crewat commented 2 years ago

I deployed k8s-gateway with service.type ClusterIP using the Helm chart which works as expected. However, I would like to set a static ClusterIP which is currently not supported.

I'm unable to add this myself right now, but I might create a PR later this week if this is something that you would consider adding.