feat: Add AWS CDK project and Helm charts for Beckn-Onix deployment on AWS cloud
This commit is contained in:
63
aws-cdk/helm/beckn-onix-bap/values.yaml
Normal file
63
aws-cdk/helm/beckn-onix-bap/values.yaml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Default values for registry.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
global:
|
||||
namespace: beckn-onix-bap
|
||||
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.bap-common-services.svc.cluster.local
|
||||
port: 6379
|
||||
|
||||
# Mongodb connection details
|
||||
responseCacheMongo:
|
||||
host: mongodb.bap-common-services.svc.cluster.local
|
||||
port: 27017
|
||||
dbname: protocol_server
|
||||
username: root
|
||||
password:
|
||||
|
||||
# RabbitMQ connection details
|
||||
rabbitMQamqp:
|
||||
host: rabbitmq.bap-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:
|
||||
# SSL certificate location 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: {}
|
||||
|
||||
Reference in New Issue
Block a user