Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Apr 7, 2023
1 parent bf0038c commit ebe097f
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:9bdd7ce618ce658cbc365aae0ebc1d79c1a6f7aa
image: envirodgi/db-rails-server:2d93ae5774c72c2a2f4bc0e9d1e1a7b21296a266
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:9bdd7ce618ce658cbc365aae0ebc1d79c1a6f7aa
image: envirodgi/db-import-worker:2d93ae5774c72c2a2f4bc0e9d1e1a7b21296a266
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:9bdd7ce618ce658cbc365aae0ebc1d79c1a6f7aa
image: envirodgi/db-status-update-job:2d93ae5774c72c2a2f4bc0e9d1e1a7b21296a266
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit ebe097f

Please sign in to comment.