helloworld-go.yaml 298 B

12345678910111213
  1. apiVersion: serving.knative.dev/v1
  2. kind: Service
  3. metadata:
  4. name: helloworld-go
  5. namespace: default
  6. spec:
  7. template:
  8. spec:
  9. containers:
  10. - image: registry.cn-beijing.aliyuncs.com/dotbalo/helloworld-go
  11. env:
  12. - name: TARGET
  13. value: "Go Sample v1"