mirror of https://github.com/knative/func.git
13 lines
401 B
YAML
13 lines
401 B
YAML
schema_version: 0.0.1 # The version for manifest.yaml schema
|
|
|
|
# The name used for this language pack repository when referenced
|
|
# in the UX, and its version
|
|
name: default
|
|
version: 0.0.1
|
|
|
|
# Optional. Health endpoints for deployed functions in all runtimes.
|
|
# May be overridden by runtime.yaml settings at the language level.
|
|
healthEndpoints:
|
|
liveness: /health/liveness
|
|
readiness: /health/readiness
|