Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
b1b7c50c
Unverified
Commit
b1b7c50c
authored
Oct 07, 2025
by
Julien Mancuso
Committed by
GitHub
Oct 07, 2025
Browse files
fix: update ETCD image (#3457)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
55de76b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/deployments/ECS/README.md
examples/deployments/ECS/README.md
+1
-1
examples/deployments/ECS/task_definition_etcd_nats.json
examples/deployments/ECS/task_definition_etcd_nats.json
+1
-1
No files found.
examples/deployments/ECS/README.md
View file @
b1b7c50c
...
@@ -37,7 +37,7 @@ Follow the [AWS documentation on creating the task execution IAM role](https://d
...
@@ -37,7 +37,7 @@ Follow the [AWS documentation on creating the task execution IAM role](https://d
### 3.2 Task Definition Configuration
### 3.2 Task Definition Configuration
1.
ETCD container
1.
ETCD container
-
Container name use
`etcd`
-
Container name use
`etcd`
-
Image URL is
`bitnami/etcd`
and
**Yes**
for Essential container
-
Image URL is
`bitnami
legacy
/etcd`
and
**Yes**
for Essential container
-
Container port
-
Container port
|Container port|Protocol|Port name| App protocol|
|Container port|Protocol|Port name| App protocol|
...
...
examples/deployments/ECS/task_definition_etcd_nats.json
View file @
b1b7c50c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"containerDefinitions"
:
[
"containerDefinitions"
:
[
{
{
"name"
:
"etcd"
,
"name"
:
"etcd"
,
"image"
:
"bitnami/etcd"
,
"image"
:
"bitnami
legacy
/etcd"
,
"cpu"
:
0
,
"cpu"
:
0
,
"portMappings"
:
[
"portMappings"
:
[
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment