You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys!
This is my first time posting here and I apologize in advance if my request does not meet the rules. Please let me know and I will modify my post :)
Well, I've started very recently with the topic of containers but I really like this topic.
My job is the administration in Azure and among it is the availability of resources. I am in charge of making the containers ready for the provider to work on it.
A few weeks ago, they are having problems accessing from outside through postman throwing them 504 gateway errors and when testing via browser, it throws a stream timeout error.
I have reviewed the logs and I don't really understand where the problem could be.
The most common message is:
startup probe failed: connection refused
My "Container App Environment" is with the following configuration:
vnetConfiguration internal on 'false'.
With public static Ip
appLogsConfiguration to the Azure monitor.
My container application:
Ingress enabled --> Accepting traffic from anywhere.
HTTP input type
Client certificate mode Ignore
Transport Auto
Insecure connections disabled
Target port 3000
A persistent replica.
Your environment variables:
PORT 3000
and other variables pointing to a PostgreSQL server.
The Dockerfile:
EXPOSE 22
EXPOSE 3000
Any clues that can help me understand the source of the problem would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys!
This is my first time posting here and I apologize in advance if my request does not meet the rules. Please let me know and I will modify my post :)
Well, I've started very recently with the topic of containers but I really like this topic.
My job is the administration in Azure and among it is the availability of resources. I am in charge of making the containers ready for the provider to work on it.
A few weeks ago, they are having problems accessing from outside through postman throwing them 504 gateway errors and when testing via browser, it throws a stream timeout error.
I have reviewed the logs and I don't really understand where the problem could be.
The most common message is:
My "Container App Environment" is with the following configuration:
vnetConfiguration internal on 'false'.
With public static Ip
appLogsConfiguration to the Azure monitor.
My container application:
Ingress enabled --> Accepting traffic from anywhere.
HTTP input type
Client certificate mode Ignore
Transport Auto
Insecure connections disabled
Target port 3000
A persistent replica.
Your environment variables:
PORT 3000
and other variables pointing to a PostgreSQL server.
The Dockerfile:
EXPOSE 22
EXPOSE 3000
Any clues that can help me understand the source of the problem would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions