Question
Highmark
IN
Last activity: 20 Dec 2023 14:49 EST
Deploying SRS backing service
Hi Team,
We are deploying Pega platform 8.8.2 SRS backing service on Pega openshift container using internal elastic search.
The repository path under requirements.yaml (backing services) is expected as below :
dependencies:
- name: elasticsearch
version: "7.17.3"
repository: https://helm.elastic.co/
username: ""
password: ""
condition: srs.srsStorage.provisionInternalESCluster
However, in our case we have to use the internal repo because helm deployments doesnt have internet access to be able to access https://helm.elastic.co/. As a workaround we download the image and placed it in our internal repo and used that as a repository path, but still the deployment is failing and still trying to connect to https://helm.elastic.co/helm/elasticsearch/elasticsearch-7.17.3.tgz
Did anyone faced this issue while deploying SRS backing service ?
Thanks,
Mayank Garg