podex/nodejs-hello: remove generated restart policy

This commit is contained in:
Johan Euphrosine 2014-10-02 01:36:03 -07:00
parent 9fa593f054
commit 68ce589d5f
3 changed files with 5 additions and 11 deletions

View File

@ -14,8 +14,5 @@
} }
] ]
} }
], ]
"restartPolicy": { }
"always": {}
}
}

View File

@ -8,5 +8,3 @@ containers:
- name: nodejs-hello-tcp-8080 - name: nodejs-hello-tcp-8080
containerPort: 8080 containerPort: 8080
protocol: TCP protocol: TCP
restartPolicy:
always: {}

View File

@ -14,11 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// podex is a command line tool to generate a kubernetes container // podex is a command line tool to bootstrap kubernetes container
// manifest placeholder from docker image metadata. // manifests from docker image metadata.
// //
// The manifest can then be edited by a human to match the deployment // Manifests can then be edited by a human to match deployment needs.
// needs.
// //
// Example usage: // Example usage:
// //