ori-edge / k8s_gateway

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

LoadBalancer IP setting is wrong in latest chart #24

Closed Marx2 closed 3 years ago

Marx2 commented 3 years ago

https://github.com/ori-edge/k8s_gateway/blob/dd610d7bfe2e6428a9eeeef87ef106fcfb73f809/charts/k8s-gateway/templates/service.yaml#L22 loadBalancerIP: {{ .Values.service.loadBalancerIP }} should be shifted left, at the same column as "type"

Marx2 commented 3 years ago

I see PR for it: https://github.com/ori-edge/k8s_gateway/pull/22

networkop commented 3 years ago

22 is merged