You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
| autoscaling.targetCPUUtilizationPercentage | int |`80`||
62
62
| devportal.clusterPorts.end | int |`47509`||
63
63
| 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|
65
65
| devportal.elasticSearchDeployment | bool |`true`| Deploy Elasticsearch. Depends on Elasic Search Helm Charts. See https://github.com/elastic/helm-charts/blob/main/elasticsearch|
66
66
| devportal.port | int |`8083`| HTTP listening port. Use on wM version 10.15 (default): `8083`, 11.0: `8080`|
67
67
| 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