apiVersion: v1 kind: Service metadata: name: whoami namespace: default spec: ports: - protocol: TCP name: web port: 80 selector: app: whoami