Advertisement
sergio_educacionit

nginx.yaml

Sep 1st, 2023
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.16 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4.   name: nginx
  5.   namespace: default
  6.   labels:
  7.     app: nginx
  8. spec:
  9.   containers:
  10.     - image: nginx
  11.       name: nginx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement