runtime:nodejsenv:flexruntime_config:operating_system:ubuntu22# This sample incurs costs to run on the App Engine flexible environment.# The settings below are to reduce costs during testing and are not appropriate# for production use. For more information, see:# https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yamlmanual_scaling:instances:1resources:cpu:1memory_gb:0.5disk_size_gb:10
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-06 UTC。"],[[["App Engine apps are configured using an `app.yaml` file, which defines CPU, memory, network, disk resources, scaling, environment variables, and general settings."],["The `app.yaml` file specifies the runtime configuration for a Node.js app, including versions and URLs, and acts as a deployment descriptor for a specific service version."],["You must create the `app.yaml` file for the `default` service before creating and deploying `app.yaml` files for additional services."],["While `app.yaml` file can be given unique names, you must specify the file name with the deployment command when deploying your app."],["It is recommended that you upgrade your apps that are using older runtimes to the latest version of Node.js due to the end of support for some older Node.js runtimes."]]],[]]