-
Notifications
You must be signed in to change notification settings - Fork 208
Support QuickSync for ECS without ELB or target groups #4685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ab42d5d
b1fd711
476c3f6
1a0b60d
761b66b
88b0afe
197507e
5e2e676
840f2ce
8159ba7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| apiVersion: pipecd.dev/v1beta1 | ||
| kind: ECSApp | ||
| spec: | ||
| input: | ||
| serviceDefinitionFile: /path/to/servicedef.yaml | ||
| taskDefinitionFile: /path/to/taskdef.yaml | ||
| accessType: XXX |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| apiVersion: pipecd.dev/v1beta1 | ||
| kind: ECSApp | ||
| spec: | ||
| input: | ||
| serviceDefinitionFile: /path/to/servicedef.yaml | ||
| taskDefinitionFile: /path/to/taskdef.yaml | ||
| accessType: SERVICE_DISCOVERY | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This constant is defined by us or by AWS lib? 🤔
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "This constant" means 'SERVICE_DISCOVERY'? If so, it's defined by us, not by AWS. And other names would be added in the future, like 'APP_MESH'
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then we should define these values as constant of ECS platform provider and have validate in config package
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks, I got it. I'll fix it.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @khanhtc1202 |
||
Uh oh!
There was an error while loading. Please reload this page.