apiVersion: apps/v1 kind: Deployment metadata: name: sally spec: replicas: 1 selector: matchLabels: app.kubernetes.io/name: sally template: metadata: labels: app.kubernetes.io/name: sally spec: containers: - name: sally image: public.ecr.aws/s0f9o2k5/sally:v0.2.0 imagePullPolicy: Always ports: - containerPort: 8080 imagePullSecrets: - name: regcred