Skip to content

Commit

Permalink
switch to docker registry to GCEME app (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Peck authored Jan 4, 2022
1 parent 11dfbb7 commit a61b8e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sample-app/k8s/canary/backend-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: backend
image: gcr.io/cloud-solutions-images/gceme:1.0.0
image: corelab/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/k8s/canary/frontend-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: frontend
image: gcr.io/cloud-solutions-images/gceme:1.0.0
image: corelab/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/k8s/dev/backend-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: backend
image: gcr.io/cloud-solutions-images/gceme:1.0.0
image: corelab/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/k8s/dev/frontend-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: frontend
image: gcr.io/cloud-solutions-images/gceme:1.0.0
image: corelab/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/k8s/production/backend-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: backend
image: gcr.io/cloud-solutions-images/gceme:1.0.0
image: corelab/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/k8s/production/frontend-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: frontend
image: gcr.io/cloud-solutions-images/gceme:1.0.0
image: corelab/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down

0 comments on commit a61b8e0

Please sign in to comment.