Advertisement
sergio_educacionit

nginx-rs.yaml

Dec 16th, 2023 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. apiVersion: apps/v1
  2. kind: ReplicaSet
  3. metadata:
  4. name: nginx-replicaset
  5. namespace: default
  6. spec:
  7. replicas: 2
  8. selector:
  9. matchLabels:
  10. app: nginx-rs
  11. template:
  12. metadata:
  13. labels:
  14. app: nginx-rs
  15. spec:
  16. containers:
  17. - name: nginx
  18. image: nginx
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement