🔧(helm) create ingress_ws

The ingress was the same for the frontend, the
backend and the websocket, but the websocket
needs to be handled differently, so we created
a new ingress specifically for the websocket.
This commit is contained in:
Anthony LC
2024-05-30 16:35:09 +02:00
committed by Anthony LC
parent 3d594a99d5
commit c05b98ce0d
7 changed files with 120 additions and 18 deletions

View File

@@ -97,6 +97,10 @@ ingress:
enabled: true
host: impress.127.0.0.1.nip.io
ingressWS:
enabled: true
host: impress.127.0.0.1.nip.io
ingressAdmin:
enabled: true
host: impress.127.0.0.1.nip.io