Last active
April 4, 2018 13:22
-
-
Save kostyrev/4ce285087171137e0a0d8410b22795de 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 | |
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