fix container image field - get as close to no value as currently possible
This commit is contained in:
parent
17ff3cdbce
commit
d8a485dbb7
2 changed files with 3 additions and 3 deletions
|
@ -164,7 +164,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "nodejs-mongodb-example",
|
"name": "nodejs-mongodb-example",
|
||||||
"image": "nodejs-mongodb-example",
|
"image": " ",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 8080
|
"containerPort": 8080
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "mongodb",
|
"name": "mongodb",
|
||||||
"image": "mongodb",
|
"image": " ",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 27017
|
"containerPort": 27017
|
||||||
|
|
|
@ -164,7 +164,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "nodejs-example",
|
"name": "nodejs-example",
|
||||||
"image": "nodejs-example",
|
"image": " ",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 8080
|
"containerPort": 8080
|
||||||
|
|
Loading…
Add table
Reference in a new issue