feat: add authServiceEndpoint to notification config
This commit is contained in:
parent
15bc2cb93d
commit
163db34e3d
@ -10,6 +10,7 @@ data:
|
||||
SERVICE_API_ACCESS_HOST: {{ .Values.notification.configs.serviceApiAccessHost | b64enc | quote }}
|
||||
SERVICE_API_ACCESS_PORT: {{ .Values.notification.configs.serviceApiAccessPort | toString | b64enc }}
|
||||
RABBITMQ_HOST: {{ .Values.notification.configs.rabbitmqHost | b64enc | quote }}
|
||||
AUTH_SERVICE_ENDPOINT: {{ .Values.notification.configs.authServiceEndpoint | b64enc | quote }}
|
||||
RABBITMQ_PORT: {{ .Values.notification.configs.rabbitmqPort | toString | b64enc }}
|
||||
RABBITMQ_USERNAME: {{ .Values.notification.configs.rabbitmqUsername | b64enc | quote }}
|
||||
RABBITMQ_VRITUAL_HOST: {{ .Values.notification.configs.rabbitmqVritualHost | b64enc | quote }}
|
||||
|
||||
@ -83,6 +83,7 @@ notification:
|
||||
mongodbName: freeleaps2
|
||||
mongodbPort: 27017
|
||||
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
||||
authServiceEndpoint: http://freeleaps-auth-service.68c0da88a0a7837e84b580eb-alpha.svc.freeleaps.cluster:9000/api/v1/keys/
|
||||
rabbitmqPort: 5672
|
||||
rabbitmqUsername: user
|
||||
rabbitmqVritualHost: /
|
||||
|
||||
@ -69,6 +69,7 @@ notification:
|
||||
mongodbName: freeleaps2
|
||||
mongodbPort: 27017
|
||||
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
|
||||
authServiceEndpoint: http://freeleaps-auth-service.68c0da88a0a7837e84b580eb-prod.svc.freeleaps.cluster:9000/api/v1/keys/
|
||||
rabbitmqPort: 5672
|
||||
rabbitmqUsername: user
|
||||
rabbitmqVritualHost: /
|
||||
|
||||
@ -61,6 +61,8 @@ notification:
|
||||
mongodbPort: "27017"
|
||||
# RABBITMQ_HOST
|
||||
rabbitmqHost: ""
|
||||
# AUTH_SERVICE_ENDPOINT
|
||||
authServiceEndpoint: ""
|
||||
# RABBITMQ_PORT
|
||||
rabbitmqPort: ""
|
||||
# RABBITMQ_USERNAME
|
||||
|
||||
Loading…
Reference in New Issue
Block a user