Browse Source

Fix template, add required metadata

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
83a388343b
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      application-template.json

+ 12
- 0
application-template.json View File

@ -147,6 +147,12 @@
"name": "${FRONTEND_SERVICE_NAME}"
},
"template": {
"metadata": {
"name": "${FRONTEND_SERVICE_NAME}",
"labels": {
"name": "${FRONTEND_SERVICE_NAME}"
}
},
"spec": {
"containers": [
{
@ -203,6 +209,12 @@
"name": "${DATABASE_SERVICE_NAME}"
},
"template": {
"metadata": {
"name": "${DATABASE_SERVICE_NAME}",
"labels": {
"name": "${DATABASE_SERVICE_NAME}"
}
},
"spec": {
"containers": [
{


Loading…
Cancel
Save