Skip to content

Instantly share code, notes, and snippets.

@kostyrev
Last active April 4, 2018 13:22
Show Gist options
  • Save kostyrev/4ce285087171137e0a0d8410b22795de to your computer and use it in GitHub Desktop.
Save kostyrev/4ce285087171137e0a0d8410b22795de to your computer and use it in GitHub Desktop.
rbac:
create: true
controller:
hostNetwork: true
ingressClass: internal
publishService:
enabled: true
updateStrategy:
rollingUpdate:
maxUnavailable: 0
type: RollingUpdate
resources:
requests:
cpu: 200m
memory: 256Mi
limits:
cpu: 200m
memory: 512Mi
autoscaling:
enabled: true
minReplicas: 3
maxReplicas: 15
targetCPUUtilizationPercentage: 50
config:
use-proxy-protocol: "true"
defaultBackendService: "default/ingress-nginx-ingress-default-backend"
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: '*'
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '3600'
service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
defaultBackend:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment