Skip to content

Commit

Permalink
Revert "switch to docker registry to GCEME app (#177)" (#178)
Browse files Browse the repository at this point in the history
This reverts commit a61b8e0.
  • Loading branch information
nielm authored Jan 5, 2022
1 parent a61b8e0 commit 2d266b6
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: corelab/gceme:1.0.0
image: gcr.io/cloud-solutions-images/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: corelab/gceme:1.0.0
image: gcr.io/cloud-solutions-images/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: corelab/gceme:1.0.0
image: gcr.io/cloud-solutions-images/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: corelab/gceme:1.0.0
image: gcr.io/cloud-solutions-images/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: corelab/gceme:1.0.0
image: gcr.io/cloud-solutions-images/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: corelab/gceme:1.0.0
image: gcr.io/cloud-solutions-images/gceme:1.0.0
resources:
limits:
memory: "500Mi"
Expand Down

0 comments on commit 2d266b6

Please sign in to comment.