Skip to content
Snippets Groups Projects

Update to use an Amazon Linux 2 image - WISCALERTS-2

Merged Nuwan Rajika Kumarasiri requested to merge ebs2 into master
All threads resolved!
Files
7
@@ -18,21 +18,21 @@
@@ -18,21 +18,21 @@
"hostPort": ${app_port3}
"hostPort": ${app_port3}
}
}
],
],
"environment": [
{
"name": "INFORMATICA_USER",
"value": "${informatica_username}"
},
{
"name": "INFORMATICA_PASSWORD",
"value": "${informatica_password}"
}
],
"mountPoints": [
"mountPoints": [
{
{
"containerPath": "${secure_agent_mount_path}",
"containerPath": "${secure_agent_mount_path}",
"sourceVolume": "agent-configs-path"
"sourceVolume": "agent-configs-path"
}
}
 
],
 
"secrets":[
 
{
 
"name":"INFORMATICA_USER",
 
"valueFrom":"${informatica_username}"
 
},
 
{
 
"name":"INFORMATICA_PASSWORD",
 
"valueFrom":"${informatica_password}"
 
}
]
]
}
}
]
]
 
\ No newline at end of file
Loading