apiVersion: v1 kind: Service metadata: name: customer labels: app: customer spec: ports: - port: 8080 targetPort: 8080 selector: app: customer