From d2ab6b58d3352d258dfec053bd61ab3ce6c84a5e Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Tue, 13 Aug 2024 13:15:49 -0400 Subject: [PATCH] update ingress --- apps/kx3dex-radio/deployment.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/kx3dex-radio/deployment.yaml b/apps/kx3dex-radio/deployment.yaml index 9fddafa..6366a21 100644 --- a/apps/kx3dex-radio/deployment.yaml +++ b/apps/kx3dex-radio/deployment.yaml @@ -45,6 +45,10 @@ spec: - host: kx3dex.radio http: paths: - - backend: - serviceName: kx3dex-radio - servicePort: 3000 + - path: / + pathType: ImplementationSpecific + backend: + service: + name: kx3dex-radio + port: + number: 3000