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