apiVersion: v1 kind: Service metadata: name: nxtgauge-backend namespace: nxtgauge labels: app: nxtgauge-backend spec: type: ClusterIP selector: app: nxtgauge-backend ports: - name: http port: 80 targetPort: 2002 protocol: TCP