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