mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +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
|
- name: nodejs-hello-tcp-8080
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
restartPolicy:
|
|
||||||
always: {}
|
|
||||||
|
@ -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:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user