-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create simplified goreleaser file for devspace * Reorder versioning to avoid db semver failures * Cleanup devspace file via using devspace native functionality * Remove redundant commit from version * Use .env * Remove redundant pipeline * Remove dead docs * Update docs to reflect new devspace changes * Add support for tag overrides * Update docs for image overrides * Cleanup flag syntax --------- Co-authored-by: Sergey Kudasov <[email protected]>
- Loading branch information
1 parent
37e1bdc
commit 1cdc71d
Showing
5 changed files
with
73 additions
and
127 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# The image that will be used for the Chainlink nodes. | ||
DEVSPACE_IMAGE= | ||
|
||
# This is a comma separated list of CIDR blocks that will be allowed to access the ingress. | ||
DEVSPACE_INGRESS_CIDRS= | ||
|
||
# This is the base domain in AWS Route 53 that our ingress subdomains will use. | ||
DEVSPACE_INGRESS_BASE_DOMAIN= | ||
|
||
# This is the ARN of the AWS ACM certificate that will be used for the ingress. | ||
DEVSPACE_INGRESS_CERT_ARN= | ||
|
||
# Time to wait for pods to be in `Ready` condition | ||
DEVSPACE_K8S_POD_WAIT_TIMEOUT=600s | ||
|
||
# The duration that the namespace and all of its associated resources will be kept alive. | ||
NS_TTL=72h |
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