Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Mar 11, 2024
1 parent 9dd4bae commit b70deb2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,16 @@ quoting-service:
# ..
# mBynFpdjO0D3PnLKjnBDn1vFAfANOwVpGXCw5mn+484A/SIXYebWruFd03g4
# -----END RSA PRIVATE KEY-----

## metric configuration for prometheus instrumentation
metrics:
## flag to enable/disable the metrics end-points
enabled: true
config:
timeout: 5000
prefix: moja_
defaultLabels:
serviceName: quoting-service

sidecar:
enabled: true
Expand All @@ -1358,16 +1368,6 @@ quoting-service:
event_log_grpc_port: 50051
log_level: info

## metric configuration for prometheus instrumentation
metrics:
## flag to enable/disable the metrics end-points
enabled: true
config:
timeout: 5000
prefix: moja_
defaultLabels:
serviceName: quoting-service

quoting-service-handler:
enabled: true
image:
Expand Down Expand Up @@ -1482,7 +1482,7 @@ quoting-service:
defaultLabels:
serviceName: quoting-service

# Sidecar configuration
# sidecar configuration
sidecar:
enabled: true
image:
Expand Down

0 comments on commit b70deb2

Please sign in to comment.