Skip to content

Commit

Permalink
Moved Maildev to use Quay mirror (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
psolarvi authored Mar 8, 2021
1 parent 5d16efa commit e387c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-calculator/kubefiles/email-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: email
image: maildev/maildev:latest
image: quay.io/redhattraining/maildev-mirror:latest
imagePullPolicy: Always
command: ["bin/maildev"]
args: ["--web", "8080", "--smtp", "1025", "--verbose"]
Expand Down

0 comments on commit e387c6b

Please sign in to comment.