Unverified Commit b1b7c50c authored by Julien Mancuso's avatar Julien Mancuso Committed by GitHub
Browse files

fix: update ETCD image (#3457)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent 55de76b6
...@@ -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 `bitnamilegacy/etcd` and **Yes** for Essential container
- Container port - Container port
|Container port|Protocol|Port name| App protocol| |Container port|Protocol|Port name| App protocol|
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"containerDefinitions": [ "containerDefinitions": [
{ {
"name": "etcd", "name": "etcd",
"image": "bitnami/etcd", "image": "bitnamilegacy/etcd",
"cpu": 0, "cpu": 0,
"portMappings": [ "portMappings": [
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment