apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: null labels: app: nginix name: nginix spec: replicas: 1 selector: matchLabels: app: nginix strategy: {} template: metadata: creationTimestamp: null labels: app: nginix spec: containers: - image: docker.m.ixdev.cn/library/nginx:latest name: nginx resources: {} status: {}