Added support for replicas keys in v3

resolves #644 `replicas` key
This commit is contained in:
Suraj Narwade
2017-07-04 12:40:12 +05:30
parent eb808c36ff
commit 041d7f7d61
8 changed files with 56 additions and 14 deletions
+1 -1
View File
@@ -160,7 +160,7 @@
}
},
"spec": {
"replicas": 1,
"replicas": 6,
"template": {
"metadata": {
"creationTimestamp": null,
+1 -1
View File
@@ -182,7 +182,7 @@
}
}
],
"replicas": 1,
"replicas": 6,
"test": false,
"selector": {
"io.kompose.service": "foo"