open:디플로이먼트

디플로이먼트

apiVersion: apps/v1
kind: Deployment
metadata:
  name: web-deploy
spec:
  replicas: 3
  selector:
    matchLabels:
      app: web
  template:
    metadata:
      labels:
        app: web
    spec:
      containers:
      - name: nginx
        image: nginx:1.16


  • open/디플로이먼트.txt
  • 마지막으로 수정됨: 2021/10/03 04:13
  • 저자 127.0.0.1