fix: remove authentication endpoint from chat service production configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
35e20610f4
commit
c37b289bbd
@ -20,7 +20,7 @@ chat:
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 128Mi
|
||||
memory: 512Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: chat-service
|
||||
@ -52,7 +52,6 @@ chat:
|
||||
freeleapsCentralStorageEndpoint: http://central-storage-service.freeleaps-prod.svc.freeleaps.cluster:8005/api/central_storage/
|
||||
freeleapsChatEndpoint: http://chat-service.freeleaps-prod.svc.freeleaps.cluster:8012/api/chat/
|
||||
freeleapsPaymentEndpoint: http://payment-service.freeleaps-prod.svc.freeleaps.cluster:8006/api/payment/
|
||||
freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-prod.svc.freeleaps.cluster:8004/api/auth/
|
||||
freeleapsAilabEndpoint: ''
|
||||
freeleapsEnv: chat
|
||||
certPath: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user