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