diff --git a/charts/connector/discovery/templates/configmap.yaml b/charts/connector/discovery/templates/configmap.yaml index 66877c7379..8f1327bb1b 100644 --- a/charts/connector/discovery/templates/configmap.yaml +++ b/charts/connector/discovery/templates/configmap.yaml @@ -47,10 +47,11 @@ data: "endpoints": [ { "type": "bpn", - "description": "Service to discover EDC to a particular BPN", + "description": "Service to discover connector endpoints based on bpns", "endpointAddress": "https://{{ .Values.wiremock.host }}/api/administration/connectors/discovery", "documentation": "http://.../swagger/index.html", - "resourceId": "316417cd-0fb5-4daf-8dfa-8f68125923f1" + "resourceId": "316417cd-0fb5-4daf-8dfa-8f68125923f1", + "timeToLive": 31536000 } ] }