DNS policy fix (#2337)

This commit is contained in:
Simone Ruffilli
2024-06-03 08:25:35 +02:00
committed by GitHub
parent fea4bda764
commit 3487cb8c71
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ aiplatform-notebook-cloud-all:
dns_name: "*.aiplatform-notebook.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
aiplatform-notebook-gu-all:
dns_name: "*.aiplatform-notebook.googleusercontent.com"
dns_name: "*.aiplatform-notebook.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
backupdr-cloud:
dns_name: "backupdr.cloud.google.com."

View File

@@ -10,7 +10,7 @@ aiplatform-notebook-cloud-all:
dns_name: "*.aiplatform-notebook.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
aiplatform-notebook-gu-all:
dns_name: "*.aiplatform-notebook.googleusercontent.com"
dns_name: "*.aiplatform-notebook.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
backupdr-cloud:
dns_name: "backupdr.cloud.google.com."