From 858f796db31c6664e0d70406d8236bff55e65248 Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Wed, 14 Aug 2024 12:02:16 -0400 Subject: [PATCH] add ingress to deployment --- apps/kx3dex-radio/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/kx3dex-radio/deployment.yaml b/apps/kx3dex-radio/deployment.yaml index f0503d1..f2f1d86 100644 --- a/apps/kx3dex-radio/deployment.yaml +++ b/apps/kx3dex-radio/deployment.yaml @@ -34,6 +34,9 @@ spec: image: gitea.simplysyncedllc.com/dex/kx3dex_radio:1.3.0 ports: - containerPort: 3000 + ingress: + enabled: true + className: nginx --- apiVersion: networking.k8s.io/v1 kind: Ingress