apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: null labels: app: frontend-mentor name: frontend-mentor spec: replicas: 1 selector: matchLabels: app: frontend-mentor strategy: {} template: metadata: creationTimestamp: null labels: app: frontend-mentor spec: containers: - image: git.thecodedom.com/smig/frontendmentor:latest name: frontendmentor resources: {} status: {}