APP_METRICS_ADDRESS |
Address on which controller metrics are exposed |
:8080 |
APP_LEADER_ELECTION_ENABLED |
Field that enables one instance of the Function Controller to manage the traffic among all instances |
false |
APP_LEADER_ELECTION_ID |
Name of the ConfigMap that specifies the main instance of the Function Controller that manages the traffic among all instances |
serverless-controller-leader-election-helper |
APP_KUBERNETES_BASE_NAMESPACE |
Name of the Namespace with the serverless configuration (such as runtime, Secret and service account for the Docker registry) propagated to other Namespaces |
kyma-system |
APP_KUBERNETES_EXCLUDED_NAMESPACES |
List of Namespaces to which serverless configuration is not propagated |
istio-system,knative-eventing,kube-node-lease,kube-public,kube-system,kyma-installer,kyma-system,natss |
APP_KUBERNETES_CONFIG_MAP_REQUEUE_DURATION |
Period of time after which the ConfigMap Controller refreshes the status of a ConfigMap |
1m |
APP_KUBERNETES_SECRET_REQUEUE_DURATION |
Period of time after which the Secret Controller refreshes the status of a Secret |
1m |
APP_KUBERNETES_SERVICE_ACCOUNT_REQUEUE_DURATION |
Period of time after which the ServiceAccount Controller refreshes the status of a ServiceAccount |
1m |
APP_FUNCTION_IMAGE_REGISTRY_DOCKER_CONFIG_SECRET_NAME |
Name of the secret that contains hashed credentials to the Docker registry |
serverless-image-pull-secret |
APP_FUNCTION_IMAGE_PULL_ACCOUNT_NAME |
Name of the service account that contains credentials to the Docker registry |
serverless |
APP_FUNCTION_REQUEUE_DURATION |
Period of time after which the Function Controller refreshes the status of a Function CR |
1m |
APP_FUNCTION_BUILD_REQUESTS_CPU |
Minimum amount of CPU assigned to the Job to build a Function image. See this document for available values. |
350m |
APP_FUNCTION_BUILD_REQUESTS_MEMORY |
Minimum amount of memory assigned to the Job to build a Function image. See this document for available values. |
750mi |
APP_FUNCTION_BUILD_LIMITS_CPU |
Maximum amount of CPU assigned to the Job to build a Function image. See this document for available values. |
1 |
APP_FUNCTION_BUILD_LIMITS_MEMORY |
Maximum amount of memory assigned to the Job to build a Function image. See this document for available values. |
1Gi |
APP_FUNCTION_BUILD_RUNTIME_CONFIG_MAP_NAME |
Name of the ConfigMap that contains the runtime definition |
dockerfile-nodejs18 |
APP_FUNCTION_BUILD_EXECUTOR_ARGS |
List of arguments passed to the Kaniko executor |
--insecure,--skip-tls-verify,--skip-unused-stages,--log-format=text,--cache=true |
APP_FUNCTION_BUILD_EXECUTOR_IMAGE |
Full name of the Kaniko executor image used for building Function images and pushing them to the Docker registry |
gcr.io/kaniko-project/executor:v0.22.0 |
APP_FUNCTION_BUILD_REPOFETCHER_IMAGE |
Full name of the Repo-Fetcher init container used for cloning repository for the Kaniko executor |
europe-docker.pkg.dev/kyma-project/prod/function-build-init:305bee60 |
APP_FUNCTION_BUILD_MAX_SIMULTANEOUS_JOBS |
Maximum number of build jobs running simultaneously |
5 |
APP_FUNCTION_DOCKER_INTERNAL_SERVER_ADDRESS |
Internal server address of the Docker registry |
serverless-docker-registry.kyma-system.svc.cluster.local:5000 |
APP_FUNCTION_DOCKER_REGISTRY_ADDRESS |
External address of the Docker registry |
registry.kyma.local |
APP_FUNCTION_TARGET_CPU_UTILIZATION_PERCENTAGE |
Average CPU usage of all the Pods in a given Deployment. It is represented as a percentage of the overall requested CPU. If the CPU consumption is higher or lower than this limit, HorizontalPodAutoscaler (HPA) scales the Deployment and increases or decreases the number of Pod replicas accordingly. |
50 |