apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: null labels: app: python-app name: python-app spec: replicas: 1 selector: matchLabels: app: python-app strategy: {} template: metadata: creationTimestamp: null labels: app: python-app spec: containers: - image: registry.ocp4.example.com:8443/redhattraining/python-load:v0.1 name: python-app resources: requests: cpu: 100m memory: 50Mi