apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: null labels: app: http-bin name: http-bin spec: replicas: 1 selector: matchLabels: app: http-bin strategy: {} template: metadata: creationTimestamp: null labels: app: http-bin spec: containers: - image: kennethreitz/httpbin name: httpbin resources: {} status: {}