-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Qovery
committed
Sep 12, 2024
1 parent
7447f32
commit 9e78a67
Showing
49 changed files
with
9,726 additions
and
1,243 deletions.
There are no files selected for viewing
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
25 changes: 25 additions & 0 deletions
25
charts/qovery/charts/aws-load-balancer-controller/.helmignore
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
crds/kustomization.yaml | ||
test.yaml |
22 changes: 22 additions & 0 deletions
22
charts/qovery/charts/aws-load-balancer-controller/Chart.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v2 | ||
appVersion: v2.8.0 | ||
description: AWS Load Balancer Controller Helm chart for Kubernetes | ||
home: https://github.com/aws/eks-charts | ||
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png | ||
keywords: | ||
- eks | ||
- alb | ||
- load balancer | ||
- ingress | ||
- nlb | ||
maintainers: | ||
- email: [email protected] | ||
name: kishorj | ||
url: https://github.com/kishorj | ||
- email: [email protected] | ||
name: m00nf1sh | ||
url: https://github.com/m00nf1sh | ||
name: aws-load-balancer-controller | ||
sources: | ||
- https://github.com/aws/eks-charts | ||
version: 1.8.0 |
281 changes: 281 additions & 0 deletions
281
charts/qovery/charts/aws-load-balancer-controller/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
charts/qovery/charts/aws-load-balancer-controller/ci/extra_args
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--set clusterName=k8s-ci-cluster |
7 changes: 7 additions & 0 deletions
7
charts/qovery/charts/aws-load-balancer-controller/ci/values.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CI testing values for aws-load-balancer-controller | ||
|
||
region: us-west-2 | ||
image: | ||
repository: public.ecr.aws/eks/aws-load-balancer-controller | ||
tag: v2.4.5 | ||
pullPolicy: Always |
Oops, something went wrong.