mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Upload proxy manifests during GCB build
GCB will now upload the images to GCR and the manifests to GCS. A Spinnaker pipeline can then be triggered by the GCB Pub/Sub message and use both the image and the manifests to deploy the proxy to GKE. Also temporarily moves customized Maven repo location while it is being worked on. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=239853011
This commit is contained in:
parent
6e1e4769a9
commit
c25486ec32
8 changed files with 33 additions and 8 deletions
|
@ -78,5 +78,4 @@ container_push(
|
|||
image = ":proxy_image",
|
||||
registry = "gcr.io",
|
||||
repository = "GCP_PROJECT/IMAGE_NAME",
|
||||
tag = "bazel",
|
||||
)
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: proxy
|
||||
image: gcr.io/GCP_PROJECT/IMAGE_NAME:bazel
|
||||
image: gcr.io/GCP_PROJECT/proxy:latest
|
||||
ports:
|
||||
- containerPort: 30000
|
||||
name: health-check
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: proxy
|
||||
image: gcr.io/GCP_PROJECT/IMAGE_NAME:bazel
|
||||
image: gcr.io/GCP_PROJECT/proxy:latest
|
||||
ports:
|
||||
- containerPort: 30000
|
||||
name: health-check
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: proxy-canary
|
||||
image: gcr.io/GCP_PROJECT/IMAGE_NAME:bazel
|
||||
image: gcr.io/GCP_PROJECT/proxy:latest
|
||||
ports:
|
||||
- containerPort: 30000
|
||||
name: health-check
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: proxy
|
||||
image: gcr.io/GCP_PROJECT/IMAGE_NAME:bazel
|
||||
image: gcr.io/GCP_PROJECT/proxy:latest
|
||||
ports:
|
||||
- containerPort: 30000
|
||||
name: health-check
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: proxy-canary
|
||||
image: gcr.io/GCP_PROJECT/IMAGE_NAME:bazel
|
||||
image: gcr.io/GCP_PROJECT/proxy:latest
|
||||
ports:
|
||||
- containerPort: 30000
|
||||
name: health-check
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: proxy
|
||||
image: gcr.io/GCP_PROJECT/IMAGE_NAME:bazel
|
||||
image: gcr.io/GCP_PROJECT/proxy:latest
|
||||
ports:
|
||||
- containerPort: 30000
|
||||
name: health-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue