Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a354f33

Browse files
thrthr
authored andcommitted
print out debug installation log and updating helm/README.me from values.yaml
1 parent 4c4c81b commit a354f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developerportal/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ helm install webmethods/developerportal devportal
6161
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
6262
| devportal.clusterPorts.end | int | `47509` | |
6363
| devportal.clusterPorts.start | int | `47500` | |
64-
| devportal.cspDomains | string | `""` | csp domains for SSO usage with external Identity providers. This should point to your identity provider domains. Controls the PORTAL_SERVER_CONFIG_HEADERS_CONTENT_SECURITY_POLICY environment variable for developer portal |
64+
| devportal.cspDomains | string | `""` | csp domains for SSO usage with external Identity providers. This should point to your identity provider domains. Controls the PORTAL_SERVER_CONFIG_HEADERS_CONTENT_SECURITY_POLICY environment variable for developer portal. More CSP information on https://tech.forums.softwareag.com/t/webmethods-developer-portal-csp-content-security-policy-troubleshooting/263736 |
6565
| devportal.elasticSearchDeployment | bool | `true` | Deploy Elasticsearch. Depends on Elasic Search Helm Charts. See https://github.com/elastic/helm-charts/blob/main/elasticsearch |
6666
| devportal.port | int | `8083` | HTTP listening port. Use on wM version 10.15 (default): `8083`, 11.0: `8080` |
6767
| devportal.useDefaultAffinityRule | bool | `true` | Use the default anti pod affinity. Specifies a Pod Anti-Affinity rule for Kubernetes pods. The default Pod Anti-Affinity is a scheduling preference that indicates how Kubernetes should distribute pods across nodes to avoid having multiple pods of the same application or with specific labels running on the same node. If you want to use your on rules, refer to affinity value and provide your own configuration. |

0 commit comments

Comments
 (0)