Skip to content

Commit

Permalink
fix: update migration test env
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue committed Mar 3, 2022
1 parent 4423ae5 commit a61cf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/base/database-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: migration
image: greenstand/treetracker-stakeholder-api:VERSION
image: greenstand/treetracker-api:VERSION
env:
- name: DATABASE_URL
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions deployment/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
values:
- microservices-node-pool
containers:
- name: treetracker-stakeholder-api
image: greenstand/treetracker-stakeholder-api:VERSION
- name: treetracker-api
image: greenstand/treetracker-api:VERSION
ports:
- containerPort: 80
env:
Expand Down

0 comments on commit a61cf6f

Please sign in to comment.