# dns: whisper.wyoming.svc.cluster.local apiVersion: v1 kind: Service metadata: name: whisper namespace: wyoming labels: app: wyoming-whisper spec: selector: app: wyoming-whisper ports: - name: tcp-whisper protocol: TCP port: 10300 targetPort: 10300 type: ClusterIP