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