Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions aws/aws-load-balancer-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
name: aws-load-balancer-controller
description: Chart for AWS Load Balancer Controller
type: application
version: 3.2.2

dependencies:
- name: aws-load-balancer-controller
version: 3.2.2
repository: https://aws.github.io/eks-charts
alias: app
49 changes: 49 additions & 0 deletions aws/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
app:
replicaCount: 2

revisionHistoryLimit: 3

serviceAccount:
create: true
annotations: {}
name: aws-load-balancer-controller
automountServiceAccountToken: true

securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
allowPrivilegeEscalation: false

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 32Mi

priorityClassName: system-cluster-critical

nodeSelector: {}
tolerations: []

configureDefaultAffinity: true

clusterName: eks

cluster:
dnsDomain: cluster.local

ingressClassParams:
create: false

createIngressClassResource: false

podDisruptionBudget:
maxUnavailable: 1

serviceMonitor:
enabled: true