Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Aug 18, 2023
1 parent a648ae5 commit 480c680
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:d0199da9a0f5ce5a27574c384497a6d669645caa
image: envirodgi/db-rails-server:a10aed1f294c271d9c7d4ce4133d0e48b2b324e9
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:d0199da9a0f5ce5a27574c384497a6d669645caa
image: envirodgi/db-import-worker:a10aed1f294c271d9c7d4ce4133d0e48b2b324e9
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:d0199da9a0f5ce5a27574c384497a6d669645caa
image: envirodgi/db-status-update-job:a10aed1f294c271d9c7d4ce4133d0e48b2b324e9
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit 480c680

Please sign in to comment.