update deployment
parent
d2ab6b58d3
commit
4f5513d510
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue