Closed tardich closed 10 months ago
In case you ask, I'm using mail-4.0.4, using default image from it
As I can see, the error is the script itself. Running it in a shell all by itself returns:
!: line 1: [: missing `]'
I haven't found out yet the issue with it....
Yeah, this is all connected to #171 -- I'll need to fix the issue and test it out thorougly.
I believe issue has been fixed. Can you please try edge
image?
You'll also need to do helm ... --set readinessProbe.timeoutSeconds=8
to test this. This will be the default in release v4.1.0
.
Yes, it now works! Great !
In fact, I was looking at putting single quotes around the script but it was still failing, because of the timeout being too small, I guess :-)
Running the mail relay from the provided helm chart, I'm facing an issue which do not let the pod reach the ready state.
In the pod logs, everything seems normal, but describing the pod, I'm getting:
Any clue on where to look at?
Nice work, by the way!