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