run-env:管理Google Cloud Run的多个部署配置文件

时间:2024-05-08 12:10:18
【文件属性】:

文件名称:run-env:管理Google Cloud Run的多个部署配置文件

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-08 12:10:18

Clojure

运行环境 管理Google Cloud Run的多个部署配置文件。 用法 Cloud Run的成本模型非常适合多种登台环境。 例如,您可能想部署环境变量略有不同的多个服务(例如,不同的Cloud SQL连接)。 尽管Google提供了友好的UI,但是当您需要在CI / CD管道中管理多个配置文件时,它并不是很有用。 这是运行两个环境的示例。 { " name " : " hello " , " image " : " gcr.io/cloudrun/hello " , " platform " : " managed " , " concurrency " : 10 , " max-instances " : 1 , " memory " : " 512Mi " , " region " : " asia-northeast1 " , " env "


【文件预览】:
run-env-master
----.dockerignore(6B)
----.github()
--------workflows()
----docker-entrypoint.sh(746B)
----action.yml(464B)
----src()
--------run_env()
----Dockerfile(1KB)
----.circleci()
--------config.yml(507B)
----LICENSE(1KB)
----test()
--------run_env()
--------dev.json(297B)
--------prod.json(210B)
----README.md(2KB)
----project.clj(796B)
----renovate.json(41B)
----.gitignore(112B)

网友评论