frontend and socketio
This commit is contained in:
parent
8e99662c93
commit
f9f6921e7b
|
|
@ -22,9 +22,9 @@ spec:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: NEXT_PUBLIC_REST_ENPOINT
|
- name: NEXT_PUBLIC_REST_ENPOINT
|
||||||
value: "tcp://10.10.10.10:1234"
|
value: "192.168.1.130:30003"
|
||||||
- name: NEXT_PUBLIC_WS_ENPOINT
|
- name: NEXT_PUBLIC_WS_ENPOINT
|
||||||
value: "tcp://10.11.12.13:2343"
|
value: "192.168.1.130:30002"
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
|
|
@ -31,5 +31,5 @@ spec:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 5000
|
port: 5000
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
NodePort: 30002
|
nodePort: 30002
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user