diff --git a/docs/platform/delegates/install-delegates/install-delegate-on-google-cloud-run.md b/docs/platform/delegates/install-delegates/install-delegate-on-google-cloud-run.md index 9780e9d71ad..e129368b8f2 100644 --- a/docs/platform/delegates/install-delegates/install-delegate-on-google-cloud-run.md +++ b/docs/platform/delegates/install-delegates/install-delegate-on-google-cloud-run.md @@ -13,6 +13,7 @@ import DeployContainer from './static/container-image-url.png'; import ConfigureService from './static/cloud-run-configure.png'; import ContainerConfig from './static/configure-container-vol-security.png'; import HealthCheck from './static/health-check.png'; +import CloudrunDelegateSecret from './static/cloudrun-delegate-secret.png'; import DelegateStatus from './static/delegate-status.png'; import EnVariable from './static/environment-variables.gif'; import ServiceUrl from './static/service-url.gif'; @@ -56,6 +57,7 @@ To configure a delegate on Google Cloud Run: 2.3. Configure Ingress to control access to Cloud Run services. For now, select "All" to allow direct access from the internet. + 2.4. For busier delegates, it is recommended to check 'Instance based' billing for quicker response times between requests and responsiveness. 3. To edit container configuration, click **Container(s), Volumes, Networking, Security** section to expand the options and set the following details accordingly. @@ -117,6 +119,10 @@ To configure a delegate on Google Cloud Run: - `HOST_NAME_COMMAND`: echo uniqdelegate-$(openssl rand -hex 3) ::: + You can also store your DELEGATE_TOKEN using the 'secrets exposed as environment variables' functionality of google cloud: + + + ```bash DELEGATE_NAME="" NEXT_GEN="true" diff --git a/docs/platform/delegates/install-delegates/static/cloudrun-delegate-secret.png b/docs/platform/delegates/install-delegates/static/cloudrun-delegate-secret.png new file mode 100644 index 00000000000..68e6af2e1cd Binary files /dev/null and b/docs/platform/delegates/install-delegates/static/cloudrun-delegate-secret.png differ