apiVersion:apps/v1beta1kind:Deploymentmetadata:# Unique key of the Deployment instancename:rnacentralspec:# 2 Pods should exist at all times.replicas:2template:metadata:labels:# Apply this label to pods and default# the Deployment label selector to this valueapp:rnacentral-main-podspec:containers:-name:rnacentral-webcode# Run this image