apiVersion: v1 kind: Service metadata: name: nxtgauge-rust-leads namespace: nxtgauge labels: app: nxtgauge-rust-leads spec: type: ClusterIP selector: app: nxtgauge-rust-leads ports: - name: http port: 9118 targetPort: 9118 protocol: TCP