--- apiVersion: v1 kind: Service metadata: name: macos spec: internalTrafficPolicy: Cluster ports: - name: http port: 8006 protocol: TCP targetPort: 8006 - name: vnc port: 5900 protocol: TCP targetPort: 5900 selector: app: macos type: ClusterIP