apiVersion: v1 kind: Service metadata: name: hello-world spec: type: NodePort ports: - name: http port: 80 protocol: TCP nodePort: 30950 --- apiVersion: runtime.wasmcloud.dev/v1alpha1 kind: WorkloadDeployment metadata: name: hello-world spec: replicas: 1 template: spec: hostSelector: hostgroup: default kubernetes: service: name: hello-world components: - name: hello-world image: ghcr.io/wasmcloud/components/hello-world:0.1.0 hostInterfaces: - namespace: wasi package: http interfaces: - incoming-handler config: host: localhost