Advertisement
sergio_educacionit

nginx-pod-deploy.yaml

Dec 16th, 2023 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: nginx-pod-deploy
  5. namespace: default
  6. labels:
  7. app: nginx-pod
  8. spec:
  9. containers:
  10. - image: nginx
  11. name: nginx-container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement