Skip to content

Commit

Permalink
Update NATS image to hosted GCR image
Browse files Browse the repository at this point in the history
Summary: We want to host the NATS image ourselves, as the NATS docker image frequently gives users image-pull rate limit issues.

Test Plan: build rc and deploy. Check that the deployment works and the image tag is using the new gcr version

Reviewers: vihang, zasgar

Reviewed By: zasgar

Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11458

GitOrigin-RevId: 63e0658
  • Loading branch information
aimichelle authored and copybaranaut committed May 26, 2022
1 parent a13ca56 commit 78a0a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/vizier_deps/base/nats/nats_statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
terminationGracePeriodSeconds: 60
containers:
- name: pl-nats
image: nats:2.4.0-alpine3.14
image: gcr.io/pixie-oss/pixie-prod/vizier-deps/nats:2.4.0-alpine3.14
ports:
- containerPort: 4222
name: client
Expand Down

0 comments on commit 78a0a76

Please sign in to comment.