Add backend-protocol annotation to m3coordinator-lb
LB now properly speaks HTTP to the coordinator backend
This commit is contained in:
@@ -136,6 +136,9 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: m3coordinator
|
app.kubernetes.io/name: m3coordinator
|
||||||
app.kubernetes.io/part-of: m3db
|
app.kubernetes.io/part-of: m3db
|
||||||
|
annotations:
|
||||||
|
# Backend speaks HTTP so LB can do health checks and proper proxying
|
||||||
|
service.beta.kubernetes.io/vultr-loadbalancer-backend-protocol: "http"
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user