socketio ingress configuration
This commit is contained in:
parent
5e7340c1fa
commit
01dbfd0163
|
|
@ -33,7 +33,7 @@ spec:
|
|||
- name: NATS_VERIFY_CERTIFICATES
|
||||
value: "false"
|
||||
- name: MONGO_URI
|
||||
value: "mongodb://oktopusp:oktopusp@mongodb-0.mongodb-svc.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-svc.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-svc.mongodb.svc.cluster.local:27017/adapter?replicaSet=mongodb&ssl=false"
|
||||
value: "mongodb://oktopusp:oktopusp@mongodb-0.mongodb-svc.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-svc.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-svc.mongodb.svc.cluster.local:27017/?replicaSet=mongodb&ssl=false"
|
||||
- name: CONTROLLER_ID
|
||||
value: "oktopusController"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,11 @@ spec:
|
|||
name: controller-svc
|
||||
port:
|
||||
number: 8000
|
||||
- path: /socket.io
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: socketio-svc
|
||||
port:
|
||||
number: 5000
|
||||
|
||||
|
|
|
|||
|
|
@ -31,5 +31,3 @@ spec:
|
|||
- protocol: TCP
|
||||
port: 5000
|
||||
targetPort: 5000
|
||||
nodePort: 30002
|
||||
type: NodePort
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user