cloud-gov / kubernetes-broker

Broker for kubernetes based services
Apache License 2.0
5 stars 6 forks source link

[WIP] Restrict redis srv records to headless. #64

Closed jmcarp closed 7 years ago

jmcarp commented 7 years ago

Fix checking for SRV records for headless services only. For context, the HA plan uses a headless service for the redis servers, but the single-instance plan doesn't, because we need to expose the service to customer apps. This patch fixes the logic to exclude SRV records from non-headless services.

Will revert images to 18fgsa after review.