apiVersion: v1 kind: Service metadata: name: web-service spec: selector: app: web-server ports: - protocol: TCP port: 80 targetPort: 9376