Skip to content

Instantly share code, notes, and snippets.

@kostyrev
Last active January 25, 2018 18:14
Show Gist options
  • Save kostyrev/7101127390c069261d2f7676d3808784 to your computer and use it in GitHub Desktop.
Save kostyrev/7101127390c069261d2f7676d3808784 to your computer and use it in GitHub Desktop.
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