-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for NFS and GCS mounts in Cloud Run v2 service (#9728) (#…
…6845) * feat: add support for NFS and GCS mounts in Cloud Run v2 service ```release-note:enhancement cloudrunv2: added `nfs` field to `google_cloud_run_v2_service.template.volumes` cloudrunv2: added `gcs` field to `google_cloud_run_v2_service.template.volumes` cloudrunv2: adding tcpSocket field to `google_cloud_run_v2.template.containers.livenessProbe` ``` * fix: add required to relevant properties [upstream:1de3c302c346c96d1313a4f3ec7e3c815bd8de59] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
ff6a5fe
commit 49919d8
Showing
4 changed files
with
563 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
```release-note:enhancement | ||
cloudrunv2: added `nfs` field to `google_cloud_run_v2_service.template.volumes` | ||
cloudrunv2: added `gcs` field to `google_cloud_run_v2_service.template.volumes` | ||
cloudrunv2: adding `tcpSocket` field to `google_cloud_run_v2.template.containers.liveness_probe` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.