apiVersion: apps/v1 kind: Deployment metadata: name: backstage spec: replicas: 1 selector: matchLabels: backstage.io/app: # placeholder for 'backstage-' template: metadata: labels: backstage.io/app: # placeholder for 'backstage-' spec: containers: - name: backstage-backend # placeholder for 'backstage-backend' image: ghcr.io/backstage/backstage imagePullPolicy: IfNotPresent ports: - name: http containerPort: 7007