knative-report/functions/scaling/hello-world-py.yml
2019-10-08 18:30:22 +02:00

16 lines
431 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: hello-world-py-sc
namespace: default
spec:
template:
metadata:
annotations:
# Knative cpu-based autoscaling.
autoscaling.knative.dev/class: kpa.autoscaling.knative.dev
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py