apiVersion: v1 kind: Service metadata: name: ngx-otel-proxy namespace: observe spec: type: NodePort selector: app: nginx ports: - protocol: TCP port: 80 targetPort: 80 nodePort: 30081