Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (22 loc) · 426 Bytes

kubernetes_tomcat.pod

File metadata and controls

22 lines (22 loc) · 426 Bytes
{ "apiVersion": "V1beta1", "kind": "Pod", "metadata":{ "name":"test-k8s", "labels":{ "name":"tomcat" } }, "spec": { "version": "V1beta1", "id": "Tomcat-Pod", "containers": [ { "name": "Tomcat-Master", "image": "tomcat", "ports": [{ "name": "Tomcat-Server", "containerPort": 8080}] } ], "restartPolicy": "never" } }