mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
podex/nodejs-hello: remove generated restart policy
This commit is contained in:
parent
9fa593f054
commit
68ce589d5f
@ -14,8 +14,5 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"restartPolicy": {
|
||||
"always": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -8,5 +8,3 @@ containers:
|
||||
- name: nodejs-hello-tcp-8080
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
restartPolicy:
|
||||
always: {}
|
||||
|
@ -14,11 +14,10 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// podex is a command line tool to generate a kubernetes container
|
||||
// manifest placeholder from docker image metadata.
|
||||
// podex is a command line tool to bootstrap kubernetes container
|
||||
// manifests from docker image metadata.
|
||||
//
|
||||
// The manifest can then be edited by a human to match the deployment
|
||||
// needs.
|
||||
// Manifests can then be edited by a human to match deployment needs.
|
||||
//
|
||||
// Example usage:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user