You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
599 B
20 lines
599 B
controller:
|
|
resources:
|
|
limits:
|
|
cpu: 150m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 64Mi
|
|
proxySetHeaders:
|
|
use-proxy-protocol: 'true'
|
|
proxy-real-ip-cidr: 'true'
|
|
autoscaling:
|
|
enabled: true
|
|
service:
|
|
externalTrafficPolicy: Local
|
|
annotations:
|
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
|
|
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '60'
|
|
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true'
|
|
service.beta.kubernetes.io/aws-load-balancer-type: nlb
|
|
|