14 lines
534 B
YAML
14 lines
534 B
YAML
controller:
|
|
service:
|
|
externalTrafficPolicy: Local
|
|
annotations:
|
|
metallb.universe.tf/address-pool: "nginx"
|
|
metallb.universe.tf/allow-shared-ip: "nginx"
|
|
config:
|
|
enable-real-ip: "true"
|
|
use-forwarded-headers: "true"
|
|
compute-full-forwarded-for: "true"
|
|
proxy-real-ip-cidr: "0.0.0.0/0"
|
|
use-proxy-protocol: "true"
|
|
log-format-upstream: '| Proxy Proto Addr: $proxy_protocol_addr | Remote Addr: $remote_addr:$server_port | Host: $host | Referer: $http_referer | $request | $time_local | $status |'
|