# The Runtime Gateway is deprecated as of wasmCloud 2.0.3. HTTP traffic to # workloads is now routed by the operator via EndpointSlices tied to standard # Kubernetes Services (see a WorkloadDeployment's # spec.template.spec.kubernetes.service.name field). # # The gateway is disabled here so its NodePort Service does not collide with # workload Services on port 30950. To re-enable it (e.g. for backwards # compatibility with 2.0.2 manifests), set `gateway.enabled: true` and add a # service block such as: # # gateway: # enabled: true # service: # type: NodePort # nodePorts: # http: 30950 # # See https://wasmcloud.com/docs/kubernetes-operator/operator-manual/helm-values # for the full gateway configuration reference. gateway: enabled: false runtime: hostGroups: - name: default replicas: 3 service: type: ClusterIP webgpu: enabled: true http: enabled: true port: 80 resources: requests: memory: "64Mi" cpu: "250m" # 0.25 CPU cores limits: memory: "512Mi" cpu: "500m" # 0.5 CPU cores