apiVersion: apps/v1 kind: Deployment metadata: name: my-web-app-deployment spec: replicas: REPLICAS selector: matchLabels: app: my-web-app template: metadata: labels: app: my-web-app spec: containers: - name: my-web-app image: HARBOR_HOST/NAMESPACE_NAME/REPOSITORY_NAME:TAG ports: - containerPort: 80