Files
onix/aws-cdk/helm/beckn-onix-bpp/values.yaml

64 lines
1.7 KiB
YAML

# Default values for registry.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
namespace: beckn-onix-bpp
image:
repository: fidedocker/protocol-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: ""
# Redis connection details
redisCache:
host: redis-master.bpp-common-services.svc.cluster.local
port: 6379
# Mongodb connection details
responseCacheMongo:
host: mongodb.bpp-common-services.svc.cluster.local
port: 27017
dbname: protocol_server
username: root
password:
# RabbitMQ connection details
rabbitMQamqp:
host: rabbitmq.bpp-common-services.svc.cluster.local
port: 5672
username: beckn
password:
# Ingress definition for AWS Application Loadbalancer.
# This is required for each component available over the public network.
ingress:
enabled: true # If enabled, ALB will be provisioned as per ingress.yaml. Without ingress service will be scoped to K8s cluster.
tls:
# Must be set while installing Helm chart. SSL certificate ARN (e.g. arn:aws:acm:region:account-id:certificate/certificate-id) from AWS Certificate Manager - https://aws.amazon.com/certificate-manager/
certificateArn:
sslRedirect: true # Set to true to enable SSL redirection, useful for UI redirection.
# Must be set while installing Helm chart
externalDomain:
registry_url:
bpp:
privateKey:
publicKey:
efs:
fileSystemId:
# BPP subscribe_id. Default to externalDomain value.
subscriber_id:
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
nodeSelector: {}
tolerations: []
affinity: {}