Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Aug 22, 2024
1 parent 20415b8 commit d8f8278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/production/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: rails-server
image: envirodgi/db-rails-server:94971feaee4c1536ef698dd4271cc224d8ab1055
image: envirodgi/db-rails-server:8972b5a51e05d368417da5c6f37af8b4f087a14e
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/production/import-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: db-import-worker
image: envirodgi/db-import-worker:94971feaee4c1536ef698dd4271cc224d8ab1055
image: envirodgi/db-import-worker:8972b5a51e05d368417da5c6f37af8b4f087a14e
imagePullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/production/status-update-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: db-status-update-job
image: envirodgi/db-status-update-job:94971feaee4c1536ef698dd4271cc224d8ab1055
image: envirodgi/db-status-update-job:8972b5a51e05d368417da5c6f37af8b4f087a14e
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit d8f8278

Please sign in to comment.