github.com/verrazzano/verrazzano@v1.7.0/tools/psr/manifests/usecases/http/get.yaml (about) 1 # Copyright (c) 2022, 2023, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 5 global: 6 envVars: 7 PSR_WORKER_TYPE: http-get 8 # SERVICE_NAME, SERVICE_NAMESPACE, SERVICE_PORT and PATH are required to form HTTP endpoint URL to access. HTTPS is not supported. 9 SERVICE_NAME: 10 SERVICE_NAMESPACE: 11 SERVICE_PORT: 12 PATH: 13 14 # activate subchart 15 http: 16 enabled: true