deployment

    [NKS] Deployment 생성

    ⚠️ NKS(Naver Kubernetes Service) 환경에서 진행하였습니다. ⚠️ ▪︎ Deployment 생성 나에게 할당된 네임스페이스가 잘 있는지 확인한다. 네임스페이스에 deployment 생성 ! apiVersion: apps/v1 kind: Deployment metadata: name: cn-app-dpy labels: app: cn-app spec: replicas: 3 selector: matchLabels: app: cn-app template: metadata: labels: app: cn-app spec: containers: - name: cn-app image: uh2959/cn-action resources: limits: memory: "512Mi" cpu: "500m..