This commit is contained in:
Taylor Wilsdon
2025-06-07 18:49:54 -04:00
parent 6370b6f2cf
commit 08291e3ddf
3 changed files with 46 additions and 5 deletions

View File

@@ -4,8 +4,15 @@ runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
buildArgs: {}
platform: "linux/amd64"
startCommand:
type: "http"
port: 8000
healthCheck:
path: "/health"
intervalSeconds: 30
timeoutSeconds: 10
configSchema:
type: "object"
properties:
@@ -15,3 +22,6 @@ startCommand:
required: ["clientSecretsPath"]
exampleConfig:
clientSecretsPath: "/app/client_secrets.json"
resources:
memory: "1Gi"
cpu: "0.5"