Skip to content

Commit

Permalink
Update runner to use v1.2.0 (#49)
Browse files Browse the repository at this point in the history
Change-Id: I6559f349ae631665b35ecc166479de70cac00b62

Signed-off-by: Ridwan Sharif <[email protected]>
  • Loading branch information
ridwanmsharif authored Nov 11, 2024
1 parent 672f551 commit 110b291
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions run-service-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ spec:
port: 8000
ports:
- containerPort: 8000
- image: us-docker.pkg.dev/cloud-ops-agents-artifacts/cloud-run-gmp-sidecar/cloud-run-gmp-sidecar:1.1.1
- image: us-docker.pkg.dev/cloud-ops-agents-artifacts/cloud-run-gmp-sidecar/cloud-run-gmp-sidecar:1.2.0
name: collector
# TODO(b/342463134): Post release 1.2.0, update the collector container to use the healthcheck endpoint
livenessProbe:
httpGet:
path: /liveness
port: 13133
timeoutSeconds: 30
periodSeconds: 30

0 comments on commit 110b291

Please sign in to comment.