github.com/eth-easl/loader@v0.0.0-20230908084258-8a37e1d94279/workloads/other/helloworld.yaml (about)

     1  apiVersion: serving.knative.dev/v1
     2  kind: Service
     3  metadata:
     4    namespace: default
     5  spec:
     6    template:
     7      spec:
     8        containers:
     9          - image: docker.io/hyhe/helloworld:go1.7
    10            env:
    11              - name: TARGET
    12                value: "there!"