frontend and socketio

This commit is contained in:
Roger 2024-04-12 02:05:45 +00:00
parent 8e99662c93
commit f9f6921e7b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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