apiVersion: v1 kind: Service metadata: name: online-boutique labels: app: online-boutique app.kubernetes.io/name: online-boutique app.kubernetes.io/component: application spec: type: ClusterIP ports: - port: 80 targetPort: 8080 protocol: TCP name: http selector: app: online-boutique app.kubernetes.io/name: online-boutique