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