apiVersion: apps/v1 kind: Deployment metadata: name: timeserver spec: replicas: 1 selector: matchLabels: pod: timeserver-pod template: metadata: labels: pod: timeserver-pod spec: nodeSelector: cloud.google.com/compute-class: Scale-Out kubernetes.io/arch: arm64 containers: - name: timeserver-container image: docker.io/wdenniss/timeserver:5