apiVersion: v1 kind: Service metadata: name: contact-app spec: type: ClusterIP ports: - port: 80 targetPort: 3000 protocol: TCP name: http selector: app: contact-app