-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General Upgrades and Housekeeping for Terraform bootstrap (#193)
* upgrading module eks to 20.12 and eks to 1.30 * upgrading crossplane to 1.16 * upgrading aws provider to be compatible with eks module * adding the cluster creator admin * upgrading argocd chart to last stable version * replacing the kubectl provider to use the alekc/kubectl * adjusting the helm values to a separate directory * adjusting argo filename * fixing crossplane to use a separate file * using eks blueprints addon directly to deploy crossplane * replacing variables to local config * increase timeout to avoid first deploy errors * increase timeout to avoid first deploy errors * removing gatekeeper since it's not required * removing internal addon module * adjusting the crossplane grafana dashboard * adding back provider boolean variables * adding gatekeeper back with the wait and timeout * remove the prefix from helm values * adding the variables back * adjusting the helm values name
- Loading branch information
1 parent
0b6957a
commit de9662d
Showing
16 changed files
with
113 additions
and
160 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
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
File renamed without changes.
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,18 @@ | ||
args: | ||
- "--enable-environment-configs" | ||
metrics: | ||
enabled: true | ||
resourcesCrossplane: | ||
limits: | ||
cpu: "1" | ||
memory: "2Gi" | ||
requests: | ||
cpu: "100m" | ||
memory: "1Gi" | ||
resourcesRBACManager: | ||
limits: | ||
cpu: "500m" | ||
memory: "1Gi" | ||
requests: | ||
cpu: "100m" | ||
memory: "512Mi" |
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
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
Oops, something went wrong.