aws-app-mesh-controller-for-k8s icon indicating copy to clipboard operation
aws-app-mesh-controller-for-k8s copied to clipboard

Customize RecordType

Open hemandee opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? A description of what the problem is. For example: I'm frustrated when [...]

More customization with CloudMap service discovery setting to include recordType: SRV to allow connection with HTTP API-Gateway.

Describe the solution you'd like A description of what you want to happen. Allow for additional customization for Appmesh to CloudMap mapping something like below:

serviceDiscovery: awsCloudMap: namespaceName: {{ .Values.hostname }} serviceName: {{ .Values.serviceName }} routingPolicy: MULTIVALUE recordType: SRV ttl: 60 healthCheckConfiguration: CUSTOM

Describe alternatives you've considered A description of any alternative solutions or features you've considered. we have considered using NLB with HTTP VPC Link, but want a direct connection to API Gateway.

hemandee avatar Oct 19 '21 15:10 hemandee

@hemandee Can you elaborate on what the problem is here ?

ar4096 avatar Jan 27 '22 09:01 ar4096