added annotations
This commit is contained in:
parent
bd94056453
commit
9e85a199a7
4 changed files with 35 additions and 2 deletions
6
lb.yaml
6
lb.yaml
|
|
@ -2,6 +2,12 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: nginx
|
||||
annotations:
|
||||
#frontend.haproxy-lb/options: "tcplog,splice-request"
|
||||
#backend.haproxy-lb/options: "splice-response,httpchk GET /"
|
||||
#backend.haproxy-lb/proxy-protocol: v2
|
||||
#backend.haproxy-lb/check-proxy-protocol: true
|
||||
#backend.haproxy-lb/default-server: ""
|
||||
spec:
|
||||
selector:
|
||||
app: nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue