docs/serving/samples/helloworld-csharp/service.yaml

16 lines
347 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-csharp
namespace: default
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: docker.io/{username}/helloworld-csharp
env:
- name: TARGET
value: "C# Sample v1"