Skip to content

Commit

Permalink
Merge branch 'master' into certificates-type
Browse files Browse the repository at this point in the history
  • Loading branch information
pega-roska authored Feb 2, 2024
2 parents ee27627 + b1bbcb1 commit 2e1b35a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/pega/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@ Use the chart ['backingservices'](../backingservices) to deploy the Search and R

To use SRS, follow the deployment instructions provided at ['backingservices'](../backingservices) before you configure and deploy the Pega Helm chart. For more information, see [External Elasticsearch in your deployment](https://docs.pega.com/bundle/platform-88/page/platform/deployment/externalization-of-services/externalize-search-in-your-deployment.html).

Configure the customerDeploymentId parameter in the global section of the values.yaml to provide data isolation in SRS. The customerDeploymentId is used as a prefix for all indexes created in ElasticSearch, and must be the value of the 'guid' claim if OAuth is used for authorization between Pega and SRS. This parameter defaults to the name of the namespace when left empty.

You must configure the SRS URL for your Pega Platform deployment using the parameter in values.yaml as shown the following table and example:

Parameter | Description | Default value
Expand Down
3 changes: 3 additions & 0 deletions charts/pega/values-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ global:
# Enter your Kubernetes provider.
provider: "YOUR_KUBERNETES_PROVIDER"

# Enter a name for the deployment if using multi-tenant services such as the Search and Reporting Service.
customerDeploymentId:

deployment:
# The name specified will be used to prefix all of the Pega pods (replacing "pega" with something like "app1-dev").
name: "pega"
Expand Down
3 changes: 3 additions & 0 deletions charts/pega/values-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ global:
# Enter your Kubernetes provider.
provider: "k8s"

# Enter a name for the deployment if using multi-tenant services such as the Search and Reporting Service.
customerDeploymentId:

# Deploy Pega nodes
actions:
execute: "deploy"
Expand Down
3 changes: 3 additions & 0 deletions charts/pega/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ global:
# Enter your Kubernetes provider.
provider: "YOUR_KUBERNETES_PROVIDER"

# Enter a name for the deployment if using multi-tenant services such as the Search and Reporting Service.
customerDeploymentId:

deployment:
# The name specified will be used to prefix all of the Pega pods (replacing "pega" with something like "app1-dev").
name: "pega"
Expand Down

0 comments on commit 2e1b35a

Please sign in to comment.