autoscale-helloworld-go.yaml 389 B

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