1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +00:00

Make GKE networking work more properly (#2531)

This commit is contained in:
Lai Jiang
2024-08-22 09:10:56 -04:00
committed by GitHub
parent 730585cd14
commit 4e013603be
65 changed files with 842 additions and 425 deletions

View File

@@ -25,3 +25,9 @@ rootProject.ext.projects = ['production': 'your-production-project',
// The project to host your development/deployment infrastructure. It hosts
// things like release artifacts, CI/CD system, etc.
rootProject.ext.devProject = 'your-dev-project'
rootProject.ext.baseDomains = ['production' : 'registry-production.test',
'sandbox' : 'registry-sandbox.test',
'alpha' : 'registry-alpha.test',
'crash' : 'registry-crash.test',
'qa' : 'registry-qa.test']