Skip to content
Snippets Groups Projects
Commit 3cfef070 authored by Steven Dake's avatar Steven Dake
Browse files

mariadb: Set container port in pod to 3306

container port for pod should be set

Change-Id: I04144487f8803b1f83d59bdc978c4f6dfa431d0d
parent a6310d76
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,10 @@
"env": [{
'name': 'DB_ROOT_PASSWORD',
'value': 'password'
}]
}],
"ports": [{
"containerPort": 3306
}]
}]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment