update deployment

master
Robert Burgess 2024-08-13 15:21:09 -04:00
parent d2ab6b58d3
commit 4f5513d510
1 changed files with 6 additions and 4 deletions

View File

@ -12,6 +12,7 @@ spec:
app: KX3DEX_Radio
ports:
- protocol: TCP
name: http
port: 3000
targetPort: 3000
---
@ -41,14 +42,15 @@ metadata:
name: kx3dex-radio-ingress
namespace: kx3dex-radio
spec:
ingressClassName: nginx
rules:
- host: kx3dex.radio
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
- backend:
service:
name: kx3dex-radio
name: kx3dex-radio-svc
port:
number: 3000
path: /
pathType: ImplementationSpecific