Difference between revisions of "GWS/Current/GWSPEGuide/Configure"

From Genesys Documentation
Jump to: navigation, search
Line 17: Line 17:
 
!Helm chart parameter
 
!Helm chart parameter
 
{{!}}-
 
{{!}}-
{{!}}Provisioning Service
+
{{!}}GWS Provisioning Service
 
{{!}}gws-app-provisioning
 
{{!}}gws-app-provisioning
 
{{!}}gws-app-provisioning
 
{{!}}gws-app-provisioning
 
{{!}}secrets.gws-app-provisioning-client-secret
 
{{!}}secrets.gws-app-provisioning-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Workspace Service
+
{{!}}GWS Workspace Service
 
{{!}}gws-app-workspace
 
{{!}}gws-app-workspace
 
{{!}}gws-app-workspace
 
{{!}}gws-app-workspace
 
{{!}}secrets.gws-app-workspace-client-secret
 
{{!}}secrets.gws-app-workspace-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Configuration Service
+
{{!}}GWS Configuration Service
 
{{!}}gws-platform-configuration
 
{{!}}gws-platform-configuration
 
{{!}}gws-platform-configuration
 
{{!}}gws-platform-configuration
 
{{!}}secrets.gws-platform-configuration-client-secret
 
{{!}}secrets.gws-platform-configuration-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Data Collector Service
+
{{!}}GWS Data Collector Service
 
{{!}}gws-platform-datacollector
 
{{!}}gws-platform-datacollector
 
{{!}}gws-platform-datacollector
 
{{!}}gws-platform-datacollector
 
{{!}}secrets.gws-platform-datacollector-client-secret
 
{{!}}secrets.gws-platform-datacollector-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Interaction Service
+
{{!}}GWS Interaction Service
 
{{!}}gws-platform-ixn
 
{{!}}gws-platform-ixn
 
{{!}}gws-platform-ixn
 
{{!}}gws-platform-ixn
 
{{!}}secrets.gws-platform-ixn-client-secret
 
{{!}}secrets.gws-platform-ixn-client-secret
 
{{!}}-
 
{{!}}-
{{!}}OCS Service
+
{{!}}GWS OCS Service
 
{{!}}gws-platform-ocs
 
{{!}}gws-platform-ocs
 
{{!}}gws-platform-ocs
 
{{!}}gws-platform-ocs
 
{{!}}secrets.gws-platform-ocs-client-secret
 
{{!}}secrets.gws-platform-ocs-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Setting Service
+
{{!}}GWS Setting Service
 
{{!}}gws-platform-setting
 
{{!}}gws-platform-setting
 
{{!}}gws-platform-setting
 
{{!}}gws-platform-setting
 
{{!}}secrets.gws-platform-setting-client-secret
 
{{!}}secrets.gws-platform-setting-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Statistics Service
+
{{!}}GWS Statistics Service
 
{{!}}gws-platform-statistics
 
{{!}}gws-platform-statistics
 
{{!}}gws-platform-statistics
 
{{!}}gws-platform-statistics
 
{{!}}secrets.gws-platform-statistics-client-secret
 
{{!}}secrets.gws-platform-statistics-client-secret
 
{{!}}-
 
{{!}}-
{{!}}Voice Service
+
{{!}}GWS Voice Service
 
{{!}}gws-platform-voice
 
{{!}}gws-platform-voice
 
{{!}}gws-platform-voice
 
{{!}}gws-platform-voice
 
{{!}}secrets.gws-platform-voice-client-secret
 
{{!}}secrets.gws-platform-voice-client-secret
 
{{!}}}
 
{{!}}}
<br />
 
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 82: Line 81:
 
For more information about how to override Helm chart values, see {{SuiteLevelLink|helmoverride}} in the ''Setting up Genesys Multicloud CX Private Edition'' guide.
 
For more information about how to override Helm chart values, see {{SuiteLevelLink|helmoverride}} in the ''Setting up Genesys Multicloud CX Private Edition'' guide.
  
If you want to use arbitrary UIDs in your OpenShift deployment, you must override the '''securityContext''' settings in the '''values.yaml''' file, so that no user or group IDs are specified. For details, see {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=security|display text=Configure security}} below.
+
If you want to use arbitrary UIDs in your OpenShift deployment, you must override the '''securityContext''' settings in the '''values.yaml''' file, so that no user or group IDs are specified. For details, see {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=security|display text=Configure security}} below.{{AnchorDiv|globalP}}
{{AnchorDiv|globalP}}
+
===Global parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Global parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 118: Line 116:
 
{{!}}deploymentGlobals.deploymentTag
 
{{!}}deploymentGlobals.deploymentTag
 
{{!}}A suffix for the names of Kubernetes objects created by the Helm chart.
 
{{!}}A suffix for the names of Kubernetes objects created by the Helm chart.
{{!}}
+
{{!}}Any lowercase alphanumeric value up to 8 characters long.
 
{{!}}"live"
 
{{!}}"live"
 
{{!}}-
 
{{!}}-
Line 180: Line 178:
 
{{!}}Valid DNS configuration settings. See the [https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ Kubernetes documentation] for details.
 
{{!}}Valid DNS configuration settings. See the [https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ Kubernetes documentation] for details.
 
{{!}}{}
 
{{!}}{}
{{!}}-
+
{{!}}}{{AnchorDiv|provisioningP}}
{{!}}elasticSearch.address
+
===GWS Provisioning Service parameters===
{{!}}The fully qualified domain name or IP of the Elasticsearch cluster.
 
{{!}}A valid address
 
{{!}}""
 
{{!}}-
 
{{!}}elasticSearch.port
 
{{!}}The Elasticsearch port.
 
{{!}}A valid port
 
{{!}}9200
 
{{!}}-
 
{{!}}elasticSearch.enableTls
 
{{!}}Enable or disable TLS connection to the Elasticsearch cluster.
 
{{!}}true or false
 
{{!}}false
 
{{!}}-
 
{{!}}postgres.address
 
{{!}}The fully qualified domain name or IP of the PostgreSQL server.
 
{{!}}A valid address
 
{{!}}""
 
{{!}}-
 
{{!}}postgres.db
 
{{!}}The name of the PostgreSQL database.
 
{{!}}A valid database name
 
{{!}}""
 
{{!}}-
 
{{!}}redis.address
 
{{!}}The Redis cluster host name.
 
{{!}}A valid address
 
{{!}}""
 
{{!}}-
 
{{!}}redis.port
 
{{!}}The Redis port.
 
{{!}}A valid port
 
{{!}}6379
 
{{!}}-
 
{{!}}redis.enableTls
 
{{!}}Enable or disable a TLS connection to the Redis cluster.
 
{{!}}true or false
 
{{!}}false
 
{{!}}-
 
{{!}}consul.port
 
{{!}}The port of the local Consul agent.
 
{{!}}A valid port
 
{{!}}8500
 
{{!}}-
 
{{!}}consul.kv_prefix
 
{{!}}The prefix used to locate GWS data in the Consul KV datastore.
 
{{!}}String
 
{{!}}"gws"
 
{{!}}-
 
{{!}}prometheus.metricServer.enabled
 
{{!}}Enable annotation-based discovery to scrape metrics.
 
{{!}}true or false
 
{{!}}false
 
{{!}}-
 
{{!}}secrets.gws-redis-password
 
{{!}}The password to access the Redis cluster.
 
{{!}}A valid password
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-consul-token
 
{{!}}The API token to access Consul.
 
{{!}}A valid API token
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-postgres-username
 
{{!}}The username to access the PostgreSQL database.
 
{{!}}A valid username
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-postgres-password
 
{{!}}The password to access the PostgreSQL database
 
{{!}}A valid password
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.agentsetup-postgres-username
 
{{!}}The username to access the PostgreSQL database for Agent Setup.
 
{{!}}A valid username
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.agentsetup-postgres-password
 
{{!}}The password to access the PostgreSQL database for Agent Setup.
 
{{!}}A valid password
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-app-provisioning-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-app-provisioning component. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=api|display text=Create API clients}}.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-app-workspace-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-app-workspace component. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=api|display text=Create API clients}}.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-configuration-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-configuration component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-datacollector-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-datacollector component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-ixn-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-ixn component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-ocs-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-ocs component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-setting-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-setting component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-statistics-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-statistics component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-platform-voice-client-secret
 
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-voice component.
 
{{!}}A valid client secret
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.ops-username
 
{{!}}The username of an operational user.
 
{{!}}A valid username
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.ops-password
 
{{!}}The encrypted password of the operational user.
 
{{!}}A valid password
 
{{!}}""
 
<!--{{!}}-
 
{{!}}secrets.gws-screen-recording-public-secret
 
{{!}}
 
{{!}}
 
{{!}}""
 
{{!}}-
 
{{!}}secrets.gws-screen-recording-private-secret
 
{{!}}
 
{{!}}
 
{{!}}""-->
 
{{!}}}
 
{{AnchorDiv|provisioningP}}
 
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Provisioning Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 339: Line 186:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.name
+
{{!}}gwsServices.gwsAppProvisioning.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-app-provisioning"
 
{{!}}"gws-app-provisioning"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.appType
+
{{!}}gwsServices.gwsAppProvisioning.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"nodejs"
 
{{!}}"nodejs"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.doLivenessProbe
+
{{!}}gwsServices.gwsAppProvisioning.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.clientId
+
{{!}}gwsServices.gwsAppProvisioning.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}30
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-app-provisioning"
 
{{!}}"gws-app-provisioning"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.priorityClassName
+
{{!}}gwsServices.gwsAppProvisioning.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.deployment.replicaCount
+
{{!}}gwsServices.gwsAppProvisioning.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.deployment.postfix
+
{{!}}gwsServices.gwsAppProvisioning.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_PROVISIONING"
 
{{!}}-
 
{{!}}gwsServices.gws-app-provisioning.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.resources.limits.memory
+
{{!}}gwsServices.gwsAppProvisioning.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"5Gi"
 
{{!}}"5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.resources.requests.cpu
+
{{!}}gwsServices.gwsAppProvisioning.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.5
 
{{!}}0.5
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.resources.requests.memory
+
{{!}}gwsServices.gwsAppProvisioning.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"5Gi"
 
{{!}}"5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.postgres.address
+
{{!}}gwsServices.gwsAppProvisioning.postgres.address
 
{{!}}The fully qualified domain name or IP of the PostgreSQL server for gws-app-provisioning.
 
{{!}}The fully qualified domain name or IP of the PostgreSQL server for gws-app-provisioning.
 
{{!}}A valid address
 
{{!}}A valid address
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.postgres.port
+
{{!}}gwsServices.gwsAppProvisioning.postgres.port
 
{{!}}The port of the PostgreSQL server for gws-app-provisioning.
 
{{!}}The port of the PostgreSQL server for gws-app-provisioning.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.postgres.db
+
{{!}}gwsServices.gwsAppProvisioning.postgres.db
 
{{!}}The name of the PostgreSQL database for gws-app-provisioning.
 
{{!}}The name of the PostgreSQL database for gws-app-provisioning.
 
{{!}}A valid database name
 
{{!}}A valid database name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.ports.server
+
{{!}}{{AnchorDiv|gwsServices.gwsAppProvisioning.postgres.enableTls}}gwsServices.gwsAppProvisioning.postgres.enableTls
 +
{{!}}Enable or disable a TLS connection to PostgreSQL for gws-app-provisioning. If true, you must configure the '''secretsTls.postgresprovisioning.''' parameters. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureTLS}} for details.
 +
{{!}}true or false
 +
{{!}}false
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48060
 
{{!}}48060
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.ports.management
+
{{!}}gwsServices.gwsAppProvisioning.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48061
 
{{!}}48061
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.loggingLevel
+
{{!}}gwsServices.gwsAppProvisioning.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_PROVISIONING_ASYNC_IO_ENABLED
+
{{!}}gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_AUTH_URL
{{!}}
 
{{!}}true or false
 
{{!}}true
 
{{!}}-
 
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_PROVISIONING_COMET_ENGINE
 
{{!}}
 
{{!}}
 
{{!}}"cometd"
 
{{!}}-
 
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_PROVISIONING_CONSUL_DISCOVERY_CONFIGSERVICE_NAME
 
{{!}}
 
{{!}}
 
{{!}}"gws-platform-configuration"
 
{{!}}-
 
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_SERVICE_AUTH_URL
 
 
{{!}}The internal service URI of the Genesys Authentication service. For example: <nowiki>http://gauth-auth.gauth.svc.cluster.local.:80</nowiki>
 
{{!}}The internal service URI of the Genesys Authentication service. For example: <nowiki>http://gauth-auth.gauth.svc.cluster.local.:80</nowiki>
 
{{!}}A valid URL
 
{{!}}A valid URL
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_SERVICE_CONF_URL
+
{{!}}gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_CONF_URL
 
{{!}}The internal service URI of the configuration service (part of GWS). For example: <nowiki>http://gws-service-proxy.gws.svc.cluster.local:80</nowiki>
 
{{!}}The internal service URI of the configuration service (part of GWS). For example: <nowiki>http://gws-service-proxy.gws.svc.cluster.local:80</nowiki>
 
{{!}}A valid URL
 
{{!}}A valid URL
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_SERVICE_ENV_URL
+
{{!}}gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_ENV_URL
 
{{!}}The internal service URI of the environment service (part of Genesys Authentication). For example: <nowiki>http://gauth-environment.gauth.svc.cluster.local.:80</nowiki>
 
{{!}}The internal service URI of the environment service (part of Genesys Authentication). For example: <nowiki>http://gauth-environment.gauth.svc.cluster.local.:80</nowiki>
 
{{!}}A valid URL
 
{{!}}A valid URL
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.env.GWS_SERVICE_VOICEMAIL_URL
+
{{!}}gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_VOICEMAIL_URL
 
{{!}}The URL of the voicemail server.
 
{{!}}The URL of the voicemail server.
 
{{!}}A valid URL
 
{{!}}A valid URL
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.context.env.PGSSLMODE
+
{{!}}gwsServices.gwsAppProvisioning.service.ports.server
{{!}}Enables or disables the SSL connection to PostgreSQL. See the [https://www.postgresql.org/docs/9.0/libpq-ssl.html PostgreSQL documentation] for details about SSL modes.
 
{{!}}disable, prefer, require, verify-ca, or verify-full
 
{{!}}"require"
 
{{!}}-
 
{{!}}gwsServices.gws-app-provisioning.service.ports.server
 
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.service.ports.management
+
{{!}}gwsServices.gwsAppProvisioning.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.labels
+
{{!}}gwsServices.gwsAppProvisioning.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-provisioning.annotations
+
{{!}}gwsServices.AppProvisioning.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|workspaceP}}
{{AnchorDiv|workspaceP}}
+
===GWS Workspace Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Workspace Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 492: Line 343:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.name
+
{{!}}gwsServices.gwsAppWorkspace.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-app-workspace"
 
{{!}}"gws-app-workspace"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.appType
+
{{!}}gwsServices.gwsAppWorkspace.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"nodejs"
 
{{!}}"nodejs"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.doLivenessProbe
+
{{!}}gwsServices.gwsAppWorkspace.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.clientId
+
{{!}}gwsServices.gwsAppWorkspace.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-app-workspace"
 
{{!}}"gws-app-workspace"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.priorityClassName
+
{{!}}gwsServices.gwsAppWorkspace.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.deployment.replicaCount
+
{{!}}gwsServices.gwsAppWorkspace.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.deployment.postfix
+
{{!}}gwsServices.gwsAppWorkspace.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_WORKSPACE"
 
{{!}}-
 
{{!}}gwsServices.gws-app-workspace.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.resources.limits.memory
+
{{!}}gwsServices.gwsAppWorkspace.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"5Gi"
 
{{!}}"5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.resources.requests.cpu
+
{{!}}gwsServices.gwsAppWorkspace.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.resources.requests.memory
+
{{!}}gwsServices.gwsAppWorkspace.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"5Gi"
 
{{!}}"5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.ports.server
+
{{!}}gwsServices.gwsAppWorkspace.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48050
 
{{!}}48050
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.ports.management
+
{{!}}gwsServices.gwsAppWorkspace.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48051
 
{{!}}48051
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.loggingLevel
+
{{!}}gwsServices.gwsAppWorkspace.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.env.GWS_WORKSPACE_CONSUL_CACHE_TTL
+
{{!}}gwsServices.gwsAppWorkspace.context.env.GWS_WORKSPACE_CONSUL_CACHE_TTL
{{!}}The length of time, in milliseconds, that the Workspace Service keeps service locations in cache locally.
+
{{!}}The length of time, in milliseconds, that the GWS Workspace Service keeps service locations in cache locally.
 
{{!}}Number
 
{{!}}Number
 
{{!}}60000
 
{{!}}60000
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.env.GWS_WORKSPACE_ENABLE_CHANGE_PASSWORD
+
{{!}}gwsServices.gwsAppWorkspace.context.env.GWS_WORKSPACE_ENABLE_CHANGE_PASSWORD
{{!}}Specifies whether the Workspace Service allows the change password functionality.
+
{{!}}Specifies whether the GWS Workspace Service allows the change password functionality.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.env.GWS_WORKSPACE_MEMORY_CACHE_ENABLED
+
{{!}}gwsServices.gwsAppWorkspace.context.env.GWS_WORKSPACE_MEMORY_CACHE_ENABLED
{{!}}Specifies whether the Workspace Service should cache configuration data (such as agent groups) in memory.
+
{{!}}Specifies whether the GWS Workspace Service should cache configuration data (such as agent groups) in memory.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.context.env.GWS_SECURE_COOKIE
+
{{!}}gwsServices.gwsAppWorkspace.service.ports.server
{{!}}Specifies whether the Workspace Service returns cookies with the Secure flag. Set this value to true if you configure GWS ingress to use TLS (see {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Planning|anchor=Network|display text=Network requirements}} for configuration details).
 
{{!}}true or false
 
{{!}}false
 
{{!}}-
 
{{!}}gwsServices.gws-app-workspace.context.env.GWS_SERVICE_AUTH_URL
 
{{!}}The internal service URI of the Genesys Authentication service. For example: <nowiki>http://gauth-auth.gauth.svc.cluster.local.:80</nowiki>
 
{{!}}A valid URL
 
{{!}}""
 
{{!}}-
 
{{!}}gwsServices.gws-app-workspace.context.env.GWS_SERVICE_ENV_URL
 
{{!}}The internal service URI of the environment service (part of Genesys Authentication). For example: <nowiki>http://gauth-environment.gauth.svc.cluster.local.:80</nowiki>
 
{{!}}A valid URL
 
{{!}}""
 
{{!}}-
 
{{!}}gwsServices.gws-app-workspace.service.ports.server
 
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.service.ports.management
+
{{!}}gwsServices.gwsAppWorkspace.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.labels
+
{{!}}gwsServices.gwsAppWorkspace.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-app-workspace.annotations
+
{{!}}gwsServices.gwsAppWorkspace.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|configurationP}}
{{AnchorDiv|configurationP}}
+
===GWS Configuration Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Configuration Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 620: Line 475:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.name
+
{{!}}gwsServices.gwsPlatformConfiguration.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-platform-configuration"
 
{{!}}"gws-platform-configuration"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.appType
+
{{!}}gwsServices.gwsPlatformConfiguration.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformConfiguration.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.clientId
+
{{!}}gwsServices.gwsPlatformConfiguration.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-configuration"
 
{{!}}"gws-platform-configuration"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.priorityClassName
+
{{!}}gwsServices.gwsPlatformConfiguration.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformConfiguration.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.deployment.postfix
+
{{!}}gwsServices.gwsPlatformConfiguration.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_CONFIGURATION"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-configuration.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformConfiguration.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformConfiguration.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformConfiguration.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.context.ports.server
+
{{!}}gwsServices.gwsPlatformConfiguration.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48030
 
{{!}}48030
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.context.ports.management
+
{{!}}gwsServices.gwsPlatformConfiguration.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48031
 
{{!}}48031
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformConfiguration.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.context.env.GWS_CONFIGURATION_COMMON_DISCOVERY_TENANTS
+
{{!}}gwsServices.gwsPlatformConfiguration.service.ports.server
{{!}}
 
{{!}}true or false
 
{{!}}true
 
{{!}}-
 
{{!}}gwsServices.gws-platform-configuration.service.ports.server
 
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.service.ports.management
+
{{!}}gwsServices.gwsPlatformConfiguration.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.labels
+
{{!}}gwsServices.gwsPlatformConfiguration.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-configuration.annotations
+
{{!}}gwsServices.gwsPlatformConfiguration.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}-
{{AnchorDiv|dataP}}
+
{{!}}{{AnchorDiv|gwsServices.gws-platform-configuration.context.env.GWS_CS_CLUSTER_SUPPORT}}gwsServices.gws-platform-configuration.context.env.GWS_CS_CLUSTER_SUPPORT
 +
{{!}}Specifies Configuration Server cluster support.
 +
{{!}}true or false
 +
{{!}}false
 +
{{!}}}{{AnchorDiv|dataP}}
 +
===GWS Data Collector Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Data Collector Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 723: Line 597:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.name
+
{{!}}gwsServices.gwsPlatformDatacollector.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-platform-datacollector"
 
{{!}}"gws-platform-datacollector"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.appType
+
{{!}}gwsServices.gwsPlatformDatacollector.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformDatacollector.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.clientId
+
{{!}}gwsServices.gwsPlatformDatacollector.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-datacollector"
 
{{!}}"gws-platform-datacollector"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.priorityClassName
+
{{!}}gwsServices.gwsPlatformDatacollector.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformDatacollector.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.deployment.postfix
+
{{!}}gwsServices.gwsPlatformDatacollector.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_DATACOLLECTOR"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-datacollector.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformDatacollector.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"5Gi"
 
{{!}}"5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformDatacollector.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformDatacollector.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.ports.server
+
{{!}}gwsServices.gwsPlatformDatacollector.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48180
 
{{!}}48180
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.ports.management
+
{{!}}gwsServices.gwsPlatformDatacollector.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48181
 
{{!}}48181
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformDatacollector.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.env.gws_datacollector_services_datacollector_distribution_enabled
+
{{!}}gwsServices.gwsPlatformDatacollector.context.env.gws_datacollector_services_datacollector_distribution_enabled
 
{{!}}Enables task distribution for the data collector.
 
{{!}}Enables task distribution for the data collector.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_REINDEX_ENABLED
+
{{!}}gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_REINDEX_ENABLED
 
{{!}}Enables background service for reindexing data.
 
{{!}}Enables background service for reindexing data.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.env.gws_datacollector_services_datacollector_reindex_onStart
+
{{!}}gwsServices.gwsPlatformDatacollector.context.env.gws_datacollector_services_datacollector_reindex_onStart
 
{{!}}Specifies whether to perform a reindex on start.
 
{{!}}Specifies whether to perform a reindex on start.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_REINDEX_PERIOD
+
{{!}}gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_REINDEX_PERIOD
 
{{!}}The period in minutes between scheduled reindex attempts.
 
{{!}}The period in minutes between scheduled reindex attempts.
 
{{!}}A time in minutes
 
{{!}}A time in minutes
 
{{!}}30
 
{{!}}30
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_STATISTICS_ENABLED
+
{{!}}gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_STATISTICS_ENABLED
 
{{!}}Enables statistics monitoring.
 
{{!}}Enables statistics monitoring.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.context.env.GWS_DATACOLLECTOR_services_datacollector_statistics_period
+
{{!}}gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_services_datacollector_statistics_period
 
{{!}}Period in minutes between statistics checks.
 
{{!}}Period in minutes between statistics checks.
 
{{!}}A time in minutes
 
{{!}}A time in minutes
 
{{!}}5
 
{{!}}5
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.service.ports.server
+
{{!}}gwsServices.gwsPlatformDatacollector.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.service.ports.management
+
{{!}}gwsServices.gwsPlatformDatacollector.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.labels
+
{{!}}gwsServices.gwsPlatformDatacollector.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-datacollector.annotations
+
{{!}}gwsServices.gwsPlatformDatacollector.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|interactionP}}
{{AnchorDiv|interactionP}}
+
===GWS Interaction Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Interaction Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 851: Line 744:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.name
+
{{!}}gwsServices.gwsPlatformIxn.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-platform-ixn"
 
{{!}}"gws-platform-ixn"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.appType
+
{{!}}gwsServices.gwsPlatformIxn.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformIxn.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.clientId
+
{{!}}gwsServices.gwsPlatformIxn.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-ixn"
 
{{!}}"gws-platform-ixn"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.priorityClassName
+
{{!}}gwsServices.gwsPlatformIxn.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformIxn.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.deployment.postfix
+
{{!}}gwsServices.gwsPlatformIxn.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_IXN"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-ixn.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformIxn.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformIxn.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformIxn.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.context.ports.server
+
{{!}}gwsServices.gwsPlatformIxn.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48170
 
{{!}}48170
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.context.ports.management
+
{{!}}gwsServices.gwsPlatformIxn.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48171
 
{{!}}48171
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformIxn.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.context.env
+
{{!}}gwsServices.gwsPlatformIxn.context.env
 
{{!}}Environment variables for this container.
 
{{!}}Environment variables for this container.
 
{{!}}
 
{{!}}
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.service.ports.server
+
{{!}}gwsServices.gwsPlatformIxn.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.service.ports.management
+
{{!}}gwsServices.gwsPlatformIxn.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.labels
+
{{!}}gwsServices.gwsPlatformIxn.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ixn.annotations
+
{{!}}gwsServices.gwsPlatformIxn.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|ocsP}}
{{AnchorDiv|ocsP}}
+
===GWS OCS Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+OCS Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 954: Line 866:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.name
+
{{!}}gwsServices.gwsPlatformOcs.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-platform-ocs"
 
{{!}}"gws-platform-ocs"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.appType
+
{{!}}gwsServices.gwsPlatformOcs.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformOcs.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.clientId
+
{{!}}gwsServices.gwsPlatformOcs.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-ocs"
 
{{!}}"gws-platform-ocs"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.priorityClassName
+
{{!}}gwsServices.gwsPlatformOcs.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformOcs.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.deployment.postfix
+
{{!}}gwsServices.gwsPlatformOcs.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_OCS"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-ocs.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformOcs.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformOcs.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformOcs.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.context.ports.server
+
{{!}}gwsServices.gwsPlatformOcs.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48090
 
{{!}}48090
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.context.ports.management
+
{{!}}gwsServices.gwsPlatformOcs.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48091
 
{{!}}48091
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformOcs.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.context.env.GWS_OCS_timeouts_requestTimeoutMs
+
{{!}}gwsServices.gwsPlatformOcs.context.env.GWS_OCS_timeouts_requestTimeoutMs
{{!}}Specifies the timeout, in milliseconds, for the OCS Service to connect to OCS.
+
{{!}}Specifies the timeout, in milliseconds, for the GWS OCS Service to connect to OCS.
 
{{!}}A time in milliseconds
 
{{!}}A time in milliseconds
 
{{!}}5000
 
{{!}}5000
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.service.ports.server
+
{{!}}gwsServices.gwsPlatformOcs.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.service.ports.management
+
{{!}}gwsServices.gwsPlatformOcs.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.labels
+
{{!}}gwsServices.gwsPlatformOcs.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-ocs.annotations
+
{{!}}gwsServices.gwsPlatformOcs.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|settingP}}
{{AnchorDiv|settingP}}
+
===GWS Setting Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Setting Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 1,057: Line 988:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.name
+
{{!}}gwsServices.gwsPlatformSetting.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
{{!}}"gws-platform-configuration"
+
{{!}}"gws-platform-setting"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.appType
+
{{!}}gwsServices.gwsPlatformSetting.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformSetting.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.clientId
+
{{!}}gwsServices.gwsPlatformSetting.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-setting"
 
{{!}}"gws-platform-setting"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.priorityClassName
+
{{!}}gwsServices.gwsPlatformSetting.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformSetting.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.deployment.postfix
+
{{!}}gwsServices.gwsPlatformSetting.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_SETTING"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-setting.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformSetting.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformSetting.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformSetting.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.context.ports.server
+
{{!}}gwsServices.gwsPlatformSetting.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48140
 
{{!}}48140
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.context.ports.management
+
{{!}}gwsServices.gwsPlatformSetting.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48141
 
{{!}}48141
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformSetting.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.context.env.GWS_SETTING_DB_INIT_DB
+
{{!}}gwsServices.gwsPlatformSetting.context.env.GWS_SETTING_DB_INIT_DB
{{!}}
+
{{!}}Enables database initialization in PostgreSQL. Set this parameter to true in regions with the primary PostgreSQL server and false in regions with PostgreSQL replicas.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.service.ports.server
+
{{!}}gwsServices.gwsPlatformSetting.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.service.ports.management
+
{{!}}gwsServices.gwsPlatformSetting.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.labels
+
{{!}}gwsServices.gwsPlatformSetting.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-setting.annotations
+
{{!}}gwsServices.gwsPlatformSetting.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|statisticsP}}
{{AnchorDiv|statisticsP}}
+
===GWS Statistics Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Statistics Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 1,160: Line 1,110:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.name
+
{{!}}gwsServices.gwsPlatformStatistics.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-platform-statistics"
 
{{!}}"gws-platform-statistics"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.appType
+
{{!}}gwsServices.gwsPlatformStatistics.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformStatistics.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.clientId
+
{{!}}gwsServices.gwsPlatformStatistics.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-statistics"
 
{{!}}"gws-platform-statistics"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.priorityClassName
+
{{!}}gwsServices.gwsPlatformStatistics.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformStatistics.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.deployment.postfix
+
{{!}}gwsServices.gwsPlatformStatistics.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_STATISTICS"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-statistics.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformStatistics.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformStatistics.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformStatistics.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.context.ports.server
+
{{!}}gwsServices.gwsPlatformStatistics.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48070
 
{{!}}48070
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.context.ports.management
+
{{!}}gwsServices.gwsPlatformStatistics.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48071
 
{{!}}48071
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformStatistics.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.context.env
+
{{!}}gwsServices.gwsPlatformStatistics.context.env
 
{{!}}Environment variables for this container.
 
{{!}}Environment variables for this container.
 
{{!}}
 
{{!}}
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.service.ports.server
+
{{!}}gwsServices.gwsPlatformStatistics.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.service.ports.management
+
{{!}}gwsServices.gwsPlatformStatistics.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.labels
+
{{!}}gwsServices.gwsPlatformStatistics.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-statistics.annotations
+
{{!}}gwsServices.gwsPlatformStatistics.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|voiceP}}
{{AnchorDiv|voiceP}}
+
===GWS Voice Service parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Voice Service parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 1,263: Line 1,232:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.name
+
{{!}}gwsServices.gwsPlatformVoice.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-platform-voice"
 
{{!}}"gws-platform-voice"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.appType
+
{{!}}gwsServices.gwsPlatformVoice.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"java"
 
{{!}}"java"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.doLivenessProbe
+
{{!}}gwsServices.gwsPlatformVoice.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}true
 
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.clientId
+
{{!}}gwsServices.gwsPlatformVoice.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.clientId
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}The ID of an encrypted client secret generated by {{Link-AnywhereElse|product=AUTH|version=Current|manual=AuthPEGuide|display text=Genesys Authentication}} for this component.
 
{{!}}A valid ID
 
{{!}}A valid ID
 
{{!}}"gws-platform-voice"
 
{{!}}"gws-platform-voice"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.priorityClassName
+
{{!}}gwsServices.gwsPlatformVoice.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.deployment.replicaCount
+
{{!}}gwsServices.gwsPlatformVoice.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.deployment.postfix
+
{{!}}gwsServices.gwsPlatformVoice.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_VOICE"
 
{{!}}-
 
{{!}}gwsServices.gws-platform-voice.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}4
 
{{!}}4
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.resources.limits.memory
+
{{!}}gwsServices.gwsPlatformVoice.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.resources.requests.cpu
+
{{!}}gwsServices.gwsPlatformVoice.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.2
 
{{!}}0.2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.resources.requests.memory
+
{{!}}gwsServices.gwsPlatformVoice.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"4Gi"
 
{{!}}"4Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.context.ports.server
+
{{!}}gwsServices.gwsPlatformVoice.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48040
 
{{!}}48040
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.context.ports.management
+
{{!}}gwsServices.gwsPlatformVoice.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}48041
 
{{!}}48041
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.context.loggingLevel
+
{{!}}gwsServices.gwsPlatformVoice.context.loggingLevel
 
{{!}}Specifies the logging level for this container.
 
{{!}}Specifies the logging level for this container.
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}ERROR, WARN, INFO, DEBUG, or TRACE
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.context.env
+
{{!}}gwsServices.gwsPlatformVoice.context.env
 
{{!}}Environment variables for this container.
 
{{!}}Environment variables for this container.
 
{{!}}
 
{{!}}
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.service.ports.server
+
{{!}}gwsServices.gwsPlatformVoice.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.service.ports.management
+
{{!}}gwsServices.gwsPlatformVoice.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.labels
+
{{!}}gwsServices.gwsPlatformVoice.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-platform-voice.annotations
+
{{!}}gwsServices.gwsPlatformVoice.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|gplusP}}
{{AnchorDiv|gplusP}}
+
===Gplus Adapter for Salesforce parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Gplus Adapter for Salesforce parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 1,366: Line 1,354:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.name
+
{{!}}gwsServices.gwsUiCrmworkspace.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-ui-crmworkspace"
 
{{!}}"gws-ui-crmworkspace"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.appType
+
{{!}}gwsServices.gwsUiCrmworkspace.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"frontend"
 
{{!}}"frontend"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.doLivenessProbe
+
{{!}}gwsServices.gwsUiCrmworkspace.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}false
 
{{!}}false
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.priorityClassName
+
{{!}}gwsServices.gwsUiCrmworkspace.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiCrmworkspace.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiCrmworkspace.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiCrmworkspace.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiCrmworkspace.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiCrmworkspace.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.deployment.replicaCount
+
{{!}}gwsServices.gwsUiCrmworkspace.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.deployment.postfix
+
{{!}}gwsServices.gwsUiCrmworkspace.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_UI_CRM_WORKSPACE"
 
{{!}}-
 
{{!}}gwsServices.gws-ui-crmworkspace.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}1
 
{{!}}1
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.resources.limits.memory
+
{{!}}gwsServices.gwsUiCrmworkspace.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"0.5Gi"
 
{{!}}"0.5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.resources.requests.cpu
+
{{!}}gwsServices.gwsUiCrmworkspace.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}0.1
 
{{!}}0.1
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.resources.requests.memory
+
{{!}}gwsServices.gwsUiCrmworkspace.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"0.5Gi"
 
{{!}}"0.5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.context.ports.server
+
{{!}}gwsServices.gwsUiCrmworkspace.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}50070
 
{{!}}50070
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.context.ports.management
+
{{!}}gwsServices.gwsUiCrmworkspace.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}50070
 
{{!}}50070
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.context.env
+
{{!}}gwsServices.gwsUiCrmworkspace.context.env
 
{{!}}Environment variables for this container.
 
{{!}}Environment variables for this container.
 
{{!}}
 
{{!}}
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.service.ports.server
+
{{!}}gwsServices.gwsUiCrmworkspace.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.service.ports.management
+
{{!}}gwsServices.gwsUiCrmworkspace.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.labels
+
{{!}}gwsServices.gwsUiCrmworkspace.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-crmworkspace.annotations
+
{{!}}gwsServices.gwsUiCrmworkspace.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|agentP}}
{{AnchorDiv|agentP}}
+
===Agent Setup parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Agent Setup parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 1,459: Line 1,466:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.name
+
{{!}}gwsServices.gwsUiProvisioning.name
 
{{!}}The name of the container deployment.
 
{{!}}The name of the container deployment.
 
{{!}}String
 
{{!}}String
 
{{!}}"gws-ui-provisioning"
 
{{!}}"gws-ui-provisioning"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.appType
+
{{!}}gwsServices.gwsUiProvisioning.appType
 
{{!}}The type of application in this container.
 
{{!}}The type of application in this container.
 
{{!}}nodejs, java, or frontend
 
{{!}}nodejs, java, or frontend
 
{{!}}"frontend"
 
{{!}}"frontend"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.doLivenessProbe
+
{{!}}gwsServices.gwsUiProvisioning.livenessProbe.enable
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}false
 
{{!}}false
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.priorityClassName
+
{{!}}gwsServices.gwsUiProvisioning.livenessProbe.failureThreshold
 +
{{!}}Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}3
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiProvisioning.livenessProbe.successThreshold
 +
{{!}}Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiProvisioning.livenessProbe.initialDelaySeconds
 +
{{!}}Number of seconds after the container has started before liveness probes are initiated.
 +
{{!}}Number
 +
{{!}}120
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiProvisioning.livenessProbe.periodSeconds
 +
{{!}}How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}10
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiProvisioning.livenessProbe.timeoutSeconds
 +
{{!}}Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1.
 +
{{!}}1 or greater
 +
{{!}}1
 +
{{!}}-
 +
{{!}}gwsServices.gwsUiProvisioning.priorityClassName
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
 
{{!}}A valid priority class name
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.deployment.replicaCount
+
{{!}}gwsServices.gwsUiProvisioning.deployment.replicaCount
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}The number of pod replicas in this container deployment.
 
{{!}}A number greater than 0
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}2
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.deployment.postfix
+
{{!}}gwsServices.gwsUiProvisioning.resources.limits.cpu
{{!}}
 
{{!}}
 
{{!}}"GWS_UI_PROVISIONING"
 
{{!}}-
 
{{!}}gwsServices.gws-ui-provisioning.resources.limits.cpu
 
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
 
{{!}}1
 
{{!}}1
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.resources.limits.memory
+
{{!}}gwsServices.gwsUiProvisioning.resources.limits.memory
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"0.5Gi"
 
{{!}}"0.5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.resources.requests.cpu
+
{{!}}gwsServices.gwsUiProvisioning.resources.requests.cpu
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of Kubernetes CPU
 
{{!}}Units of Kubernetes CPU
{{!}}0.5
+
{{!}}0.1
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.resources.requests.memory
+
{{!}}gwsServices.gwsUiProvisioning.resources.requests.memory
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
 
{{!}}Units of bytes
 
{{!}}Units of bytes
 
{{!}}"0.5Gi"
 
{{!}}"0.5Gi"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.context.ports.server
+
{{!}}gwsServices.gwsUiProvisioning.context.ports.server
 
{{!}}The port for this container.
 
{{!}}The port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}50040
 
{{!}}50040
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.context.ports.management
+
{{!}}gwsServices.gwsUiProvisioning.context.ports.management
 
{{!}}The management port for this container.
 
{{!}}The management port for this container.
 
{{!}}A valid port
 
{{!}}A valid port
{{!}}50041
+
{{!}}50040
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.service.ports.server
+
{{!}}gwsServices.gwsUiProvisioning.service.ports.server
 
{{!}}The port for this server.
 
{{!}}The port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}80
 
{{!}}80
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.service.ports.management
+
{{!}}gwsServices.gwsUiProvisioning.service.ports.management
 
{{!}}The management port for this server.
 
{{!}}The management port for this server.
 
{{!}}A valid port
 
{{!}}A valid port
 
{{!}}81
 
{{!}}81
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.labels
+
{{!}}gwsServices.gwsUiProvisioning.labels
 
{{!}}Custom labels to be added for the container.
 
{{!}}Custom labels to be added for the container.
 
{{!}}A valid set of labels as "name: value"
 
{{!}}A valid set of labels as "name: value"
 
{{!}}{}
 
{{!}}{}
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-provisioning.annotations
+
{{!}}gwsServices.gwsUiProvisioning.annotations
 
{{!}}Custom annotations to be added for the container.
 
{{!}}Custom annotations to be added for the container.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}}
+
{{!}}}{{AnchorDiv|thirdPartyP}}
{{AnchorDiv|wweP}}
+
===Third-Party Services parameters===
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
{{!}}+Workspace Web Edition parameters
 
 
!Parameter
 
!Parameter
 
!Description
 
!Description
Line 1,547: Line 1,573:
 
!Default
 
!Default
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.name
+
{{!}}postgres.address
{{!}}The name of the container deployment.
+
{{!}}The fully qualified domain name or IP of the PostgreSQL server.
{{!}}String
+
{{!}}A valid address
{{!}}"gws-ui-workspace"
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.appType
+
{{!}}postgres.db
{{!}}The type of application in this container.
+
{{!}}The name of the PostgreSQL database.
{{!}}nodejs, java, or frontend
+
{{!}}A valid database name
{{!}}"frontend"
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.doLivenessProbe
+
{{!}}{{AnchorDiv|postgres.enableTls}}postgres.enableTls
{{!}}Specifies whether to do a Kubernetes liveness probe to test if the container is running. The probe is configured with a delay of 120 seconds and a period of 10 seconds.
+
{{!}}Enable or disable a TLS connection to PostgreSQL. If true, you must configure the '''secretsTls.postgres.''' parameters. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureTLS}} for details.
 
{{!}}true or false
 
{{!}}true or false
 
{{!}}false
 
{{!}}false
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.priorityClassName
+
{{!}}elasticSearch.address
{{!}}The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ Kubernetes documentation] for details.
+
{{!}}The fully qualified domain name or IP of the Elasticsearch cluster.
{{!}}A valid priority class name
+
{{!}}A valid address
 
{{!}}""
 
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.deployment.replicaCount
+
{{!}}elasticSearch.port
{{!}}The number of pod replicas in this container deployment.
+
{{!}}The Elasticsearch port.
{{!}}A number greater than 0
+
{{!}}A valid port
{{!}}2
+
{{!}}9200
 +
{{!}}-
 +
{{!}}{{AnchorDiv|elasticSearch.enableTls}}elasticSearch.enableTls
 +
{{!}}Enable or disable TLS connection to the Elasticsearch cluster. If true, you must configure the '''secretsTls.elasticsearch.''' parameters. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureTLS}} for details.
 +
{{!}}true or false
 +
{{!}}false
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.deployment.postfix
+
{{!}}{{AnchorDiv|elasticSearch.username}}elasticSearch.username
{{!}}
+
{{!}}The username for the Elasticsearch cluster. The password is set in {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=secrets.gws-elasticsearch-password|display text=secrets.gws-elasticsearch-password}}.
{{!}}
+
{{!}}A valid username
{{!}}"GWS_UI_WORKSPACE"
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.resources.limits.cpu
+
{{!}}redis.address
{{!}}The maximum amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
+
{{!}}The Redis cluster host name.
{{!}}Units of Kubernetes CPU
+
{{!}}A valid address
{{!}}1
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.resources.limits.memory
+
{{!}}redis.port
{{!}}The maximum amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
+
{{!}}The Redis port.
{{!}}Units of bytes
+
{{!}}A valid port
{{!}}"0.5Gi"
+
{{!}}6379
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.resources.requests.cpu
+
{{!}}{{AnchorDiv|redis.enableTls}}redis.enableTls
{{!}}The guaranteed amount of CPU Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
+
{{!}}Enable or disable a TLS connection to the Redis cluster. If true, you must configure the '''secretsTls.redis.''' parameters. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureTLS}} for details.
{{!}}Units of Kubernetes CPU
+
{{!}}true or false
{{!}}0.1
+
{{!}}false
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.resources.requests.memory
+
{{!}}redis.verifyPeer
{{!}}The guaranteed amount of memory Kubernetes allocates for the container. See the [https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ Kubernetes documentation] for details.
+
{{!}}Enable or disable validation of the Redis certificate against the list of supplied Certificate Authorities.
{{!}}Units of bytes
+
{{!}}true or false
{{!}}"0.5Gi"
+
{{!}}true
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.context.ports.server
+
{{!}}consul.port
{{!}}The port for this container.
+
{{!}}The port of the local Consul agent.
 
{{!}}A valid port
 
{{!}}A valid port
{{!}}50020
+
{{!}}8500
 +
{{!}}-
 +
{{!}}consul.kv_prefix
 +
{{!}}The prefix used to locate GWS data in the Consul KV datastore.
 +
{{!}}String
 +
{{!}}"gws"
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.context.ports.management
+
{{!}}prometheus.metricServer.enabled
{{!}}The management port for this container.
+
{{!}}Enable annotation-based discovery to scrape metrics.
{{!}}A valid port
+
{{!}}true or false
{{!}}50020
+
{{!}}false
 +
{{!}}}{{AnchorDiv|secretsP}}
 +
===Secrets parameters===
 +
{{{!}} class="wikitable" style="table-layout: fixed; overflow-wrap: break-word;" {{!}}
 +
!Parameter
 +
!Description
 +
!Valid values
 +
!Default
 +
{{!}}-
 +
{{!}}secrets.gws-redis-password
 +
{{!}}The password to access the Redis cluster.
 +
{{!}}A valid password
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-consul-token
 +
{{!}}The API token to access Consul.
 +
{{!}}A valid API token
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-postgres-username
 +
{{!}}The username to access the PostgreSQL database.
 +
{{!}}A valid username
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-postgres-password
 +
{{!}}The password to access the PostgreSQL database
 +
{{!}}A valid password
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.agentsetup-postgres-username
 +
{{!}}The username to access the PostgreSQL database for gws-app-provisioning.
 +
{{!}}A valid username
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.agentsetup-postgres-password
 +
{{!}}The password to access the PostgreSQL database for gws-app-provisioning.
 +
{{!}}A valid password
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-app-provisioning-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-app-provisioning component. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=api|display text=Create API clients}}.
 +
{{!}}A valid client secret
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-app-workspace-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-app-workspace component. See {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=api|display text=Create API clients}}.
 +
{{!}}A valid client secret
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-platform-configuration-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-configuration component.
 +
{{!}}A valid client secret
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-platform-datacollector-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-datacollector component.
 +
{{!}}A valid client secret
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-platform-ixn-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-ixn component.
 +
{{!}}A valid client secret
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-platform-ocs-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-ocs component.
 +
{{!}}A valid client secret
 +
{{!}}""
 +
{{!}}-
 +
{{!}}secrets.gws-platform-setting-client-secret
 +
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-setting component.
 +
{{!}}A valid client secret
 +
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.context.env
+
{{!}}secrets.gws-platform-statistics-client-secret
{{!}}Environment variables for this container.
+
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-statistics component.
{{!}}
+
{{!}}A valid client secret
{{!}}{}
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.service.ports.server
+
{{!}}secrets.gws-platform-voice-client-secret
{{!}}The port for this server.
+
{{!}}The encrypted client secret generated by Genesys Authentication for the gws-platform-voice component.
{{!}}A valid port
+
{{!}}A valid client secret
{{!}}80
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.service.ports.management
+
{{!}}secrets.ops-username
{{!}}The management port for this server.
+
{{!}}The username of an operational user.
{{!}}A valid port
+
{{!}}A valid username
{{!}}81
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.labels
+
{{!}}secrets.ops-password
{{!}}Custom labels to be added for the container.
+
{{!}}The encrypted password of the operational user.
{{!}}A valid set of labels as "name: value"
+
{{!}}A valid password
{{!}}{}
+
{{!}}""
 
{{!}}-
 
{{!}}-
{{!}}gwsServices.gws-ui-workspace.annotations
+
{{!}}{{AnchorDiv|secrets.gws-elasticsearch-password}}secrets.gws-elasticsearch-password
{{!}}Custom annotations to be added for the container.
+
{{!}}The password for the Elasticsearch cluster. The username is set in {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=elasticSearch.username|display text=elasticSearch.username}}.
{{!}}A valid set of annotations as "name: value"
+
{{!}}A valid password
{{!}}{}
+
{{!}}""
 
{{!}}}
 
{{!}}}
 
|Status=No
 
|Status=No
Line 1,652: Line 1,760:
 
gws-ui-crmworkspace:9.0.000.62
 
gws-ui-crmworkspace:9.0.000.62
 
gws-ui-provisioning:9.0.000.84
 
gws-ui-provisioning:9.0.000.84
gws-ui-workspace:9.0.000.82
+
</syntaxhighlight>
</syntaxhighlight><br />
 
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 1,659: Line 1,766:
 
|anchor=kubernetes
 
|anchor=kubernetes
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext=GWS stores the following sensitive data as Kubernetes secrets. See the '''secrets.*''' parameters in the {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=globalP|display text=Global parameters}} table in the "Override Helm chart values" section for details.
+
|structuredtext=GWS stores sensitive data, such as credentials for third-party services, as Kubernetes secrets. For details, see {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=secretsP|display text=Secrets parameters}} and {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureTLS}}.
 
 
*Redis password (gws-redis-password)
 
*Consul API token (gws-consul-token)
 
*PostgreSQL database credentials for GWS (gws-postgres-username and gws-postgres-password)
 
*PostgreSQL database credentials for Agent Setup (agentsetup-postgres-username and agentsetup-postgres-password)
 
*Client secret for the Provisioning Service (gws-app-provisioning-client-secret)
 
*Client secret for the Workspace Service (gws-app-workspace-client-secret )
 
*Client secret for the Configuration Service (gws-platform-configuration-client-secret)
 
*Client secret for the Data Collector Service (gws-platform-datacollector-client-secret)
 
*Client secret for the Interaction Service (gws-platform-ixn-client-secret)
 
*Client secret for the OCS Service (gws-platform-ocs-client-secret)
 
*Client secret for the Setting Service (gws-platform-setting-client-secret)
 
*Client secret for the Statistics Service (gws-platform-statistics-client-secret)
 
*Client secret for the Voice Service (gws-platform-voice-client-secret)
 
*Credentials for the operational user (ops-username and ops-password)
 
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 1,712: Line 1,804:
 
|structuredtext=You can configure pod priority by overriding the '''priorityClassName''' option for each of the Web Services and Applications components - see {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=override|display text=Override Helm chart values}}. For example:<syntaxhighlight>
 
|structuredtext=You can configure pod priority by overriding the '''priorityClassName''' option for each of the Web Services and Applications components - see {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=override|display text=Override Helm chart values}}. For example:<syntaxhighlight>
 
gwsServices:
 
gwsServices:
   gws-platform-configuration:
+
   gwsPlatformConfiguration:
 
     priorityClassName: genesysengage-high-priority
 
     priorityClassName: genesysengage-high-priority
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 1,735: Line 1,827:
 
*gws-ui-crmworkspace
 
*gws-ui-crmworkspace
 
*gws-ui-provisioning
 
*gws-ui-provisioning
*gws-ui-workspace
 
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section

Revision as of 18:45, April 8, 2022

Learn how to configure Genesys Web Services and Applications.

Create API clients

Use the Genesys Authentication operations API to create API clients for the GWS services. Refer to the API clients table for the name and client_id values you must use in the API request. Make note of encrypted_client_secret in the responses - you need this value to set the related parameter in Override Helm chart values.

API clients
Service name client_id Helm chart parameter
GWS Provisioning Service gws-app-provisioning gws-app-provisioning secrets.gws-app-provisioning-client-secret
GWS Workspace Service gws-app-workspace gws-app-workspace secrets.gws-app-workspace-client-secret
GWS Configuration Service gws-platform-configuration gws-platform-configuration secrets.gws-platform-configuration-client-secret
GWS Data Collector Service gws-platform-datacollector gws-platform-datacollector secrets.gws-platform-datacollector-client-secret
GWS Interaction Service gws-platform-ixn gws-platform-ixn secrets.gws-platform-ixn-client-secret
GWS OCS Service gws-platform-ocs gws-platform-ocs secrets.gws-platform-ocs-client-secret
GWS Setting Service gws-platform-setting gws-platform-setting secrets.gws-platform-setting-client-secret
GWS Statistics Service gws-platform-statistics gws-platform-statistics secrets.gws-platform-statistics-client-secret
GWS Voice Service gws-platform-voice gws-platform-voice secrets.gws-platform-voice-client-secret

Configure a secret to access JFrog

If you haven't done so already, create a secret for accessing the JFrog registry:

kubectl create secret docker-registry <credential-name> --docker-server=<docker repo> --docker-username=<username> --docker-password=<password> --docker-email=<emailid>

Now map the secret to the default service account:

kubectl secrets link default <credential-name> --for=pull

Override Helm chart values

You can specify parameters for the deployment by overriding Helm chart values in the values.yaml file. See the tables below for a full list of overridable values available for each container in Web Services and Applications (GWS).

For more information about how to override Helm chart values, see Overriding Helm chart values in the Setting up Genesys Multicloud CX Private Edition guide.

If you want to use arbitrary UIDs in your OpenShift deployment, you must override the securityContext settings in the values.yaml file, so that no user or group IDs are specified. For details, see Configure security below.

Global parameters

Parameter Description Valid values Default
podLabels Custom labels for each pod. A valid set of labels as "name: value" {}
podAnnotations Custom annotations for each pod. A valid set of labels as "name: value" {}
imageGlobals.registry The Docker registry from which Kubernetes pulls images. A valid registry URL ""
imageGlobals.pullPolicy Specifies when Kubernetes pulls images from the registry on start up. IfNotPresent or Always "Always"
imageGlobals.imagePullSecrets The secret Kubernetes uses to get credentials to pull images from the registry. A valid secret []
deploymentGlobals.deploymentTag A suffix for the names of Kubernetes objects created by the Helm chart. Any lowercase alphanumeric value up to 8 characters long. "live"
deploymentGlobals.strategy The strategy GWS uses to upgrade its containers. RollingUpdate or Recreate "RollingUpdate"
deploymentGlobals.location Location of the deployment. A valid location "/USW1"
deploymentGlobals.securityContext.runAsNonRoot Specifies whether the container must run as a non-root user. true or false true
deploymentGlobals.securityContext.runAsUser The user ID to run the entry point of the container process. In OpenShift, if your deployment uses arbitrary UIDs set this value to null. A valid user ID or null 500
deploymentGlobals.securityContext.runAsGroup The group ID to run the entry point of the container process. In OpenShift, if your deployment uses arbitrary UIDs set this value to 0. A valid group ID or null 500
deploymentGlobals.securityContext.fsGroup A supplemental group ID that applies to all containers in a pod. In OpenShift, if your deployment uses arbitrary UIDs set this value to null. A valid group ID or null 500
serviceGlobals.type The service type for all services. ClusterIP, NodePort, or LoadBalancer "ClusterIP"
serviceGlobals.labels Custom labels to be added for all services. A valid set of labels as "name: value" {}
serviceGlobals.annotations Custom annotations to be added for all services. A valid set of annotations as "name: value" {}
nodeSelector The labels Kubernetes uses to assign pods to nodes. Valid nodeSelector settings. See the Kubernetes documentation for details. {}
tolerations The tolerations Kubernetes uses for advanced pod scheduling. Valid tolerations settings. See the Kubernetes documentation for details. {}
dnsConfig The DNS configuration for pods. Valid DNS configuration settings. See the Kubernetes documentation for details. {}

GWS Provisioning Service parameters

Parameter Description Valid values Default
gwsServices.gwsAppProvisioning.name The name of the container deployment. String "gws-app-provisioning"
gwsServices.gwsAppProvisioning.appType The type of application in this container. nodejs, java, or frontend "nodejs"
gwsServices.gwsAppProvisioning.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsAppProvisioning.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsAppProvisioning.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsAppProvisioning.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsAppProvisioning.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 30
gwsServices.gwsAppProvisioning.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsAppProvisioning.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-app-provisioning"
gwsServices.gwsAppProvisioning.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsAppProvisioning.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsAppProvisioning.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsAppProvisioning.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "5Gi"
gwsServices.gwsAppProvisioning.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.5
gwsServices.gwsAppProvisioning.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "5Gi"
gwsServices.gwsAppProvisioning.postgres.address The fully qualified domain name or IP of the PostgreSQL server for gws-app-provisioning. A valid address ""
gwsServices.gwsAppProvisioning.postgres.port The port of the PostgreSQL server for gws-app-provisioning. A valid port ""
gwsServices.gwsAppProvisioning.postgres.db The name of the PostgreSQL database for gws-app-provisioning. A valid database name ""

gwsServices.gwsAppProvisioning.postgres.enableTls

Enable or disable a TLS connection to PostgreSQL for gws-app-provisioning. If true, you must configure the secretsTls.postgresprovisioning. parameters. See Configure connections with TLS and authentication for details. true or false false
gwsServices.gwsAppProvisioning.context.ports.server The port for this container. A valid port 48060
gwsServices.gwsAppProvisioning.context.ports.management The management port for this container. A valid port 48061
gwsServices.gwsAppProvisioning.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_AUTH_URL The internal service URI of the Genesys Authentication service. For example: http://gauth-auth.gauth.svc.cluster.local.:80 A valid URL ""
gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_CONF_URL The internal service URI of the configuration service (part of GWS). For example: http://gws-service-proxy.gws.svc.cluster.local:80 A valid URL ""
gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_ENV_URL The internal service URI of the environment service (part of Genesys Authentication). For example: http://gauth-environment.gauth.svc.cluster.local.:80 A valid URL ""
gwsServices.gwsAppProvisioning.context.env.GWS_SERVICE_VOICEMAIL_URL The URL of the voicemail server. A valid URL ""
gwsServices.gwsAppProvisioning.service.ports.server The port for this server. A valid port 80
gwsServices.gwsAppProvisioning.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsAppProvisioning.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.AppProvisioning.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS Workspace Service parameters

Parameter Description Valid values Default
gwsServices.gwsAppWorkspace.name The name of the container deployment. String "gws-app-workspace"
gwsServices.gwsAppWorkspace.appType The type of application in this container. nodejs, java, or frontend "nodejs"
gwsServices.gwsAppWorkspace.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsAppWorkspace.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsAppWorkspace.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsAppWorkspace.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsAppWorkspace.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsAppWorkspace.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsAppWorkspace.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-app-workspace"
gwsServices.gwsAppWorkspace.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsAppWorkspace.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsAppWorkspace.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsAppWorkspace.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "5Gi"
gwsServices.gwsAppWorkspace.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsAppWorkspace.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "5Gi"
gwsServices.gwsAppWorkspace.context.ports.server The port for this container. A valid port 48050
gwsServices.gwsAppWorkspace.context.ports.management The management port for this container. A valid port 48051
gwsServices.gwsAppWorkspace.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsAppWorkspace.context.env.GWS_WORKSPACE_CONSUL_CACHE_TTL The length of time, in milliseconds, that the GWS Workspace Service keeps service locations in cache locally. Number 60000
gwsServices.gwsAppWorkspace.context.env.GWS_WORKSPACE_ENABLE_CHANGE_PASSWORD Specifies whether the GWS Workspace Service allows the change password functionality. true or false true
gwsServices.gwsAppWorkspace.context.env.GWS_WORKSPACE_MEMORY_CACHE_ENABLED Specifies whether the GWS Workspace Service should cache configuration data (such as agent groups) in memory. true or false true
gwsServices.gwsAppWorkspace.service.ports.server The port for this server. A valid port 80
gwsServices.gwsAppWorkspace.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsAppWorkspace.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsAppWorkspace.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS Configuration Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformConfiguration.name The name of the container deployment. String "gws-platform-configuration"
gwsServices.gwsPlatformConfiguration.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformConfiguration.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformConfiguration.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformConfiguration.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformConfiguration.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformConfiguration.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformConfiguration.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformConfiguration.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-configuration"
gwsServices.gwsPlatformConfiguration.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformConfiguration.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformConfiguration.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformConfiguration.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformConfiguration.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformConfiguration.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformConfiguration.context.ports.server The port for this container. A valid port 48030
gwsServices.gwsPlatformConfiguration.context.ports.management The management port for this container. A valid port 48031
gwsServices.gwsPlatformConfiguration.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformConfiguration.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformConfiguration.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformConfiguration.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformConfiguration.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

gwsServices.gws-platform-configuration.context.env.GWS_CS_CLUSTER_SUPPORT

Specifies Configuration Server cluster support. true or false false

GWS Data Collector Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformDatacollector.name The name of the container deployment. String "gws-platform-datacollector"
gwsServices.gwsPlatformDatacollector.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformDatacollector.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformDatacollector.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformDatacollector.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformDatacollector.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformDatacollector.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformDatacollector.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformDatacollector.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-datacollector"
gwsServices.gwsPlatformDatacollector.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformDatacollector.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformDatacollector.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformDatacollector.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "5Gi"
gwsServices.gwsPlatformDatacollector.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformDatacollector.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformDatacollector.context.ports.server The port for this container. A valid port 48180
gwsServices.gwsPlatformDatacollector.context.ports.management The management port for this container. A valid port 48181
gwsServices.gwsPlatformDatacollector.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformDatacollector.context.env.gws_datacollector_services_datacollector_distribution_enabled Enables task distribution for the data collector. true or false true
gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_REINDEX_ENABLED Enables background service for reindexing data. true or false true
gwsServices.gwsPlatformDatacollector.context.env.gws_datacollector_services_datacollector_reindex_onStart Specifies whether to perform a reindex on start. true or false true
gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_REINDEX_PERIOD The period in minutes between scheduled reindex attempts. A time in minutes 30
gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_SERVICES_DATACOLLECTOR_STATISTICS_ENABLED Enables statistics monitoring. true or false true
gwsServices.gwsPlatformDatacollector.context.env.GWS_DATACOLLECTOR_services_datacollector_statistics_period Period in minutes between statistics checks. A time in minutes 5
gwsServices.gwsPlatformDatacollector.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformDatacollector.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformDatacollector.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformDatacollector.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS Interaction Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformIxn.name The name of the container deployment. String "gws-platform-ixn"
gwsServices.gwsPlatformIxn.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformIxn.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformIxn.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformIxn.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformIxn.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformIxn.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformIxn.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformIxn.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-ixn"
gwsServices.gwsPlatformIxn.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformIxn.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformIxn.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformIxn.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformIxn.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformIxn.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformIxn.context.ports.server The port for this container. A valid port 48170
gwsServices.gwsPlatformIxn.context.ports.management The management port for this container. A valid port 48171
gwsServices.gwsPlatformIxn.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformIxn.context.env Environment variables for this container. {}
gwsServices.gwsPlatformIxn.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformIxn.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformIxn.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformIxn.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS OCS Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformOcs.name The name of the container deployment. String "gws-platform-ocs"
gwsServices.gwsPlatformOcs.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformOcs.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformOcs.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformOcs.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformOcs.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformOcs.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformOcs.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformOcs.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-ocs"
gwsServices.gwsPlatformOcs.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformOcs.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformOcs.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformOcs.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformOcs.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformOcs.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformOcs.context.ports.server The port for this container. A valid port 48090
gwsServices.gwsPlatformOcs.context.ports.management The management port for this container. A valid port 48091
gwsServices.gwsPlatformOcs.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformOcs.context.env.GWS_OCS_timeouts_requestTimeoutMs Specifies the timeout, in milliseconds, for the GWS OCS Service to connect to OCS. A time in milliseconds 5000
gwsServices.gwsPlatformOcs.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformOcs.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformOcs.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformOcs.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS Setting Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformSetting.name The name of the container deployment. String "gws-platform-setting"
gwsServices.gwsPlatformSetting.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformSetting.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformSetting.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformSetting.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformSetting.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformSetting.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformSetting.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformSetting.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-setting"
gwsServices.gwsPlatformSetting.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformSetting.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformSetting.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformSetting.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformSetting.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformSetting.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformSetting.context.ports.server The port for this container. A valid port 48140
gwsServices.gwsPlatformSetting.context.ports.management The management port for this container. A valid port 48141
gwsServices.gwsPlatformSetting.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformSetting.context.env.GWS_SETTING_DB_INIT_DB Enables database initialization in PostgreSQL. Set this parameter to true in regions with the primary PostgreSQL server and false in regions with PostgreSQL replicas. true or false true
gwsServices.gwsPlatformSetting.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformSetting.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformSetting.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformSetting.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS Statistics Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformStatistics.name The name of the container deployment. String "gws-platform-statistics"
gwsServices.gwsPlatformStatistics.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformStatistics.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformStatistics.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformStatistics.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformStatistics.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformStatistics.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformStatistics.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformStatistics.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-statistics"
gwsServices.gwsPlatformStatistics.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformStatistics.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformStatistics.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformStatistics.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformStatistics.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformStatistics.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformStatistics.context.ports.server The port for this container. A valid port 48070
gwsServices.gwsPlatformStatistics.context.ports.management The management port for this container. A valid port 48071
gwsServices.gwsPlatformStatistics.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformStatistics.context.env Environment variables for this container. {}
gwsServices.gwsPlatformStatistics.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformStatistics.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformStatistics.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformStatistics.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

GWS Voice Service parameters

Parameter Description Valid values Default
gwsServices.gwsPlatformVoice.name The name of the container deployment. String "gws-platform-voice"
gwsServices.gwsPlatformVoice.appType The type of application in this container. nodejs, java, or frontend "java"
gwsServices.gwsPlatformVoice.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false true
gwsServices.gwsPlatformVoice.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsPlatformVoice.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformVoice.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsPlatformVoice.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsPlatformVoice.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsPlatformVoice.clientId The ID of an encrypted client secret generated by Genesys Authentication for this component. A valid ID "gws-platform-voice"
gwsServices.gwsPlatformVoice.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsPlatformVoice.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsPlatformVoice.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 4
gwsServices.gwsPlatformVoice.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformVoice.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.2
gwsServices.gwsPlatformVoice.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "4Gi"
gwsServices.gwsPlatformVoice.context.ports.server The port for this container. A valid port 48040
gwsServices.gwsPlatformVoice.context.ports.management The management port for this container. A valid port 48041
gwsServices.gwsPlatformVoice.context.loggingLevel Specifies the logging level for this container. ERROR, WARN, INFO, DEBUG, or TRACE ""
gwsServices.gwsPlatformVoice.context.env Environment variables for this container. {}
gwsServices.gwsPlatformVoice.service.ports.server The port for this server. A valid port 80
gwsServices.gwsPlatformVoice.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsPlatformVoice.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsPlatformVoice.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

Gplus Adapter for Salesforce parameters

Parameter Description Valid values Default
gwsServices.gwsUiCrmworkspace.name The name of the container deployment. String "gws-ui-crmworkspace"
gwsServices.gwsUiCrmworkspace.appType The type of application in this container. nodejs, java, or frontend "frontend"
gwsServices.gwsUiCrmworkspace.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false false
gwsServices.gwsUiCrmworkspace.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsUiCrmworkspace.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsUiCrmworkspace.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsUiCrmworkspace.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsUiCrmworkspace.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsUiCrmworkspace.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsUiCrmworkspace.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsUiCrmworkspace.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 1
gwsServices.gwsUiCrmworkspace.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "0.5Gi"
gwsServices.gwsUiCrmworkspace.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.1
gwsServices.gwsUiCrmworkspace.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "0.5Gi"
gwsServices.gwsUiCrmworkspace.context.ports.server The port for this container. A valid port 50070
gwsServices.gwsUiCrmworkspace.context.ports.management The management port for this container. A valid port 50070
gwsServices.gwsUiCrmworkspace.context.env Environment variables for this container. {}
gwsServices.gwsUiCrmworkspace.service.ports.server The port for this server. A valid port 80
gwsServices.gwsUiCrmworkspace.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsUiCrmworkspace.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsUiCrmworkspace.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

Agent Setup parameters

Parameter Description Valid values Default
gwsServices.gwsUiProvisioning.name The name of the container deployment. String "gws-ui-provisioning"
gwsServices.gwsUiProvisioning.appType The type of application in this container. nodejs, java, or frontend "frontend"
gwsServices.gwsUiProvisioning.livenessProbe.enable Specifies whether to do a Kubernetes liveness probe to test if the container is running. true or false false
gwsServices.gwsUiProvisioning.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded. The default is 3. The minimum value is 1. 1 or greater 3
gwsServices.gwsUiProvisioning.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed. The default is 1, which is required for liveness and startup. The minimum value is 1. 1 or greater 1
gwsServices.gwsUiProvisioning.livenessProbe.initialDelaySeconds Number of seconds after the container has started before liveness probes are initiated. Number 120
gwsServices.gwsUiProvisioning.livenessProbe.periodSeconds How often (in seconds) to perform the probe. The default is 30 seconds. The minimum value is 1. 1 or greater 10
gwsServices.gwsUiProvisioning.livenessProbe.timeoutSeconds Number of seconds after which the probe times out. The default is 10 seconds. The minimum value is 1. 1 or greater 1
gwsServices.gwsUiProvisioning.priorityClassName The class name Kubernetes uses to determine the priority of the pods for this container deployment relative to other pods. See the Kubernetes documentation for details. A valid priority class name ""
gwsServices.gwsUiProvisioning.deployment.replicaCount The number of pod replicas in this container deployment. A number greater than 0 2
gwsServices.gwsUiProvisioning.resources.limits.cpu The maximum amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 1
gwsServices.gwsUiProvisioning.resources.limits.memory The maximum amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "0.5Gi"
gwsServices.gwsUiProvisioning.resources.requests.cpu The guaranteed amount of CPU Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of Kubernetes CPU 0.1
gwsServices.gwsUiProvisioning.resources.requests.memory The guaranteed amount of memory Kubernetes allocates for the container. See the Kubernetes documentation for details. Units of bytes "0.5Gi"
gwsServices.gwsUiProvisioning.context.ports.server The port for this container. A valid port 50040
gwsServices.gwsUiProvisioning.context.ports.management The management port for this container. A valid port 50040
gwsServices.gwsUiProvisioning.service.ports.server The port for this server. A valid port 80
gwsServices.gwsUiProvisioning.service.ports.management The management port for this server. A valid port 81
gwsServices.gwsUiProvisioning.labels Custom labels to be added for the container. A valid set of labels as "name: value" {}
gwsServices.gwsUiProvisioning.annotations Custom annotations to be added for the container. A valid set of annotations as "name: value" {}

Third-Party Services parameters

Parameter Description Valid values Default
postgres.address The fully qualified domain name or IP of the PostgreSQL server. A valid address ""
postgres.db The name of the PostgreSQL database. A valid database name ""

postgres.enableTls

Enable or disable a TLS connection to PostgreSQL. If true, you must configure the secretsTls.postgres. parameters. See Configure connections with TLS and authentication for details. true or false false
elasticSearch.address The fully qualified domain name or IP of the Elasticsearch cluster. A valid address ""
elasticSearch.port The Elasticsearch port. A valid port 9200

elasticSearch.enableTls

Enable or disable TLS connection to the Elasticsearch cluster. If true, you must configure the secretsTls.elasticsearch. parameters. See Configure connections with TLS and authentication for details. true or false false

elasticSearch.username

The username for the Elasticsearch cluster. The password is set in secrets.gws-elasticsearch-password. A valid username ""
redis.address The Redis cluster host name. A valid address ""
redis.port The Redis port. A valid port 6379

redis.enableTls

Enable or disable a TLS connection to the Redis cluster. If true, you must configure the secretsTls.redis. parameters. See Configure connections with TLS and authentication for details. true or false false
redis.verifyPeer Enable or disable validation of the Redis certificate against the list of supplied Certificate Authorities. true or false true
consul.port The port of the local Consul agent. A valid port 8500
consul.kv_prefix The prefix used to locate GWS data in the Consul KV datastore. String "gws"
prometheus.metricServer.enabled Enable annotation-based discovery to scrape metrics. true or false false

Secrets parameters

Parameter Description Valid values Default
secrets.gws-redis-password The password to access the Redis cluster. A valid password ""
secrets.gws-consul-token The API token to access Consul. A valid API token ""
secrets.gws-postgres-username The username to access the PostgreSQL database. A valid username ""
secrets.gws-postgres-password The password to access the PostgreSQL database A valid password ""
secrets.agentsetup-postgres-username The username to access the PostgreSQL database for gws-app-provisioning. A valid username ""
secrets.agentsetup-postgres-password The password to access the PostgreSQL database for gws-app-provisioning. A valid password ""
secrets.gws-app-provisioning-client-secret The encrypted client secret generated by Genesys Authentication for the gws-app-provisioning component. See Create API clients. A valid client secret ""
secrets.gws-app-workspace-client-secret The encrypted client secret generated by Genesys Authentication for the gws-app-workspace component. See Create API clients. A valid client secret ""
secrets.gws-platform-configuration-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-configuration component. A valid client secret ""
secrets.gws-platform-datacollector-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-datacollector component. A valid client secret ""
secrets.gws-platform-ixn-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-ixn component. A valid client secret ""
secrets.gws-platform-ocs-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-ocs component. A valid client secret ""
secrets.gws-platform-setting-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-setting component. A valid client secret ""
secrets.gws-platform-statistics-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-statistics component. A valid client secret ""
secrets.gws-platform-voice-client-secret The encrypted client secret generated by Genesys Authentication for the gws-platform-voice component. A valid client secret ""
secrets.ops-username The username of an operational user. A valid username ""
secrets.ops-password The encrypted password of the operational user. A valid password ""

secrets.gws-elasticsearch-password

The password for the Elasticsearch cluster. The username is set in elasticSearch.username. A valid password ""

Create or update the versions file

Create or update the versions.yaml file with the latest container versions for your deployment. See Updated Helm Charts and Containers for Web Services and Applications for the full list of versions.

For example:
gws-app-provisioning:9.0.000.93
gws-app-workspace:9.0.000.90
gws-platform-configuration:9.0.000.79
gws-platform-datacollector:9.0.000.50
gws-platform-ixn:9.0.000.43
gws-platform-ocs:9.0.000.46
gws-platform-setting:9.0.000.52
gws-platform-statistics:9.0.000.61
gws-platform-voice:9.0.000.66
gws-system-nginx:9.0.000.16
gws-ui-crmworkspace:9.0.000.62
gws-ui-provisioning:9.0.000.84

Configure Kubernetes

GWS stores sensitive data, such as credentials for third-party services, as Kubernetes secrets. For details, see Secrets parameters and Configure connections with TLS and authentication.

Configure security

To learn more about how security is configured for private edition, be sure to read the Permissions and OpenShift security settings topics in the Setting up Genesys Multicloud CX Private Edition guide.

The security context settings define the privilege and access control settings for pods and containers.

By default, the user and group IDs are set in the values.yaml file as 500:500:500, meaning the genesys user.

deploymentGlobals:
  securityContext:
    runAsUser: 500
    runAsGroup: 500
    fsGroup: 500
    runAsNonRoot: true

Arbitrary UIDs in OpenShift

If you want to use arbitrary UIDs in your OpenShift deployment, you must override the securityContext settings in the values.yaml file, so that you do not define any specific IDs.

deploymentGlobals:
  securityContext:
    runAsUser: null
    runAsGroup: 0
    fsGroup: null
    runAsNonRoot: true

For details about these parameters and possible values, see deploymentGlobals.securityContext.* in the Global parameters table above.

Pod priority

You can configure pod priority by overriding the priorityClassName option for each of the Web Services and Applications components - see Override Helm chart values. For example:
gwsServices:
  gwsPlatformConfiguration:
    priorityClassName: genesysengage-high-priority

Genesys recommends the following priority for GWS pods:

Critical priority pods

  • gws-app-provisioning
  • gws-app-workspace
  • gws-platform-voice

High priority pods

  • gws-platform-configuration
  • gws-platform-datacollector
  • gws-platform-ixn
  • gws-platform-ocs
  • gws-platform-setting
  • gws-platform-statistics
  • gws-system-nginx
  • gws-ui-crmworkspace
  • gws-ui-provisioning

Next steps

Retrieved from "https://all.docs.genesys.com/GWS/Current/GWSPEGuide/Configure (2025-07-14 22:24:00)"
Comments or questions about this documentation? Contact us for support!