Last active
January 25, 2018 18:14
-
-
Save kostyrev/7101127390c069261d2f7676d3808784 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rbac: | |
create: true | |
controller: | |
hostNetwork: true | |
publishService: | |
enabled: true | |
updateStrategy: | |
rollingUpdate: | |
maxUnavailable: 0 | |
type: RollingUpdate | |
resources: | |
requests: | |
cpu: 200m | |
memory: 256Mi | |
limits: | |
cpu: 200m | |
memory: 512Mi | |
autoscaling: | |
enabled: true | |
minReplicas: 5 | |
maxReplicas: 15 | |
targetCPUUtilizationPercentage: 50 | |
config: | |
use-proxy-protocol: "true" | |
service: | |
annotations: | |
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: '*' | |
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '3600' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment