apiVersion: v1 kind: Service metadata: name: api spec: type: ClusterIP ports: - port: 80 targetPort: 4000 protocol: TCP name: http - port: 9464 targetPort: 9464 protocol: TCP name: metrics selector: app: api