-
Hi
initially, I was getting `Failed to scrape Prometheus endpoint ` error. I saw that app redirect /metric to /metrics
```
url -I https://myurl.run.app/metrics
HTTP/2 307
location: http://myu…
-
Something based on this? https://medium.com/google-cloud/secret-manager-improve-cloud-run-security-without-changing-the-code-634f60c541e6
Ideally don't want any secrets embedded at build time, only r…
-
I'm trying to create a `gcp.cloudrun.Service` object. I'm specifying 1 annotation. However, the defaults in GCP seem to set additional annotations.
I want to add these annotations to `ignoreChanges`.…
-
### Describe the bug
I am trying to deploy my app
```import gradio as gr
import os
def greet(name):
return f"Hello {name}!"
iface = gr.Interface(fn=greet, inputs="text", outputs="text…
-
##### SUMMARY
We are beginning to leverage GCP cloud run services and would like to use ansible to manage them. I don't see an existing modules to do this.
##### ISSUE TYPE
- Feature Idea
#…
-
Design/implement a POC KCC deployment via Cloud Deploy of a cloud run application on an ASM/Istio (Anthos Service Mesh) GKE cluster.
Add Cloud Armor, CDN, WAF (WAAP https://cloud.google.com/solutions…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Hi Team.
We have an ML model deployed as a REST API endpoint in GCP CloudRun service. We want to monitor the endpoint and effectively validate drift detection. May I know if this is possible withou…
-
**Description**
Create a **Cloud Run** service that will generate a file in **Google Cloud Firestore** containing Slack user mappings. Below is the relevant code snippet that demonstrates the fun…
-
### Expected behavior
Should be possible to specify the service policy and define at lease the Authentication methods (id Required or Anonymous)
### Actual behavior
The service is created as def…