arshad75

api-pod.json

Jan 28th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "kind": "Pod",
  3. "apiVersion": "v1",
  4. "metadata":{
  5. "name": "api-demo",
  6. "namespace": "default",
  7. "labels": {
  8. "name": "api-demo"
  9. }
  10. },
  11. "spec": {
  12. "containers": [{
  13. "name": "api-demo",
  14. "image": "lovescloud/rildemo:api",
  15. "ports": [{"containerPort": 80}],
  16. "resources": {
  17. "limits": {
  18. "memory": "128Mi",
  19. "cpu": "500m"
  20. }
  21. }
  22. }]
  23. }
  24. }
Add Comment
Please, Sign In to add comment