Domain
This document describes the concept of Domain in OpenFunction.
Domain
Domain defines a unified entry point for synchronous functions through ingress. For example, you can use the following URL to access a function.
http://<domain name>.<domain namespace>/<function namespace>/<function name>
In a cluster, you can define only one Domain
, which requires an ingress controller. By default, OpenFunction uses nginx-ingress
. You can use the --ingress
parameter of ofn
to install it.
If your nginx-ingress
does not use the default namespace and name, please modify default-domain.yaml in your repository, and run the following command to update bundle.yaml.
make manifests
Then, apply the updated file to deploy OpenFunction.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.