thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

compact: make service headless #247

Closed stevehipwell closed 2 years ago

stevehipwell commented 3 years ago

Fixes #243.

Changes

Set clusterIP: None in Compact service to support it's use in the StatefulSet serviceName field.

Verification

Copied pattern from store. CI passes.

stevehipwell commented 3 years ago

/assign @yeya24

yeya24 commented 2 years ago

@stevehipwell Hi, thanks for the contribution. Can you fix the conflict?

stevehipwell commented 2 years ago

@yeya24 done.