knative-report/functions/scaling/hello-world-py.yml

16 lines
384 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: tormachris/hello-world-py