apiVersion: v1 kind: Service metadata: name: whoami labels: app: whoami spec: ports: - port: 80 targetPort: 80 protocol: TCP selector: app: whoami