deployment
Build CuraFlow HMS / build-and-deploy (push) Successful in 46s Details

This commit is contained in:
Deep Koluguri 2026-05-13 00:07:50 -04:00
parent 38b69ac8b9
commit 11a82f81a2
2 changed files with 4 additions and 4 deletions

View File

@ -27,6 +27,6 @@ app.post('/whatsapp/webhook', async (req, res) => {
});
});
app.listen(port, () => {
console.log(`CuraFlow WhatsApp Mock Server running at http://localhost:${port}`);
app.listen(port, '0.0.0.0', () => {
console.log(`CuraFlow WhatsApp Mock Server running at http://0.0.0.0:${port}`);
});

View File

@ -37,9 +37,9 @@ kind: Ingress
metadata:
name: curaflow-ingress
annotations:
kubernetes.io/ingress.class: apisix
cert-manager.io/cluster-issuer: letsencrypt-prod # Common pattern in these setups
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: apisix
tls:
- hosts:
- curaflow.applaude.net