apiVersion: v1 kind: Service metadata: namespace: huly labels: app: stats name: stats spec: ports: - port: 80 targetPort: 4900 selector: app: stats