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

From Genesys Documentation
Jump to: navigation, search
 
Line 24: Line 24:
 
!Valid values
 
!Valid values
 
!Default
 
!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 annotations as "name: value"
 
{{!}}{}
 
{{!}}-
 
{{!}}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.
 
{{!}}A valid priority class name
 
{{!}}""
 
{{!}}-
 
{{!}}{{AnchorDiv|imageGlobals.registry}}imageGlobals.registry
 
{{!}}The Docker registry from which Kubernetes pulls images.
 
{{!}}A valid registry URL
 
{{!}}""
 
 
{{!}}-
 
{{!}}-
 
{{!}}deploymentGlobals.deploymentTag
 
{{!}}deploymentGlobals.deploymentTag
Line 50: Line 30:
 
{{!}}"live"
 
{{!}}"live"
 
{{!}}-
 
{{!}}-
{{!}}deploymentGlobals.strategy
+
{{!}}sessionCookieName
{{!}}The strategy GWS ingress uses to upgrade its containers.
 
{{!}}RollingUpdate or Recreate
 
{{!}}"RollingUpdate"
 
{{!}}-
 
{{!}}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 null.-->
 
{{!}}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
 
{{!}}-
 
{{!}}nodeSelector
 
{{!}}The labels Kubernetes uses to assign pods to nodes. See the [https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector Kubernetes documentation] for details.
 
{{!}}Valid nodeSelector settings.
 
{{!}}{}
 
{{!}}-
 
{{!}}gwsServiceProxy.deployment.replicaCount
 
{{!}}The number of pod replicas in this deployment.
 
{{!}}A number greater than 0
 
{{!}}2
 
{{!}}-
 
{{!}}{{AnchorDiv|gwsServiceProxy.image.registry}}gwsServiceProxy.image.registry
 
{{!}}The Docker registry from which Kubernetes pulls images. If set, this parameter overrides {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureIngress|anchor=imageGlobals.registry|display text=imageGlobals.registry}}.
 
{{!}}A valid registry URL
 
{{!}}""
 
{{!}}-
 
{{!}}gwsServiceProxy.image.repository
 
{{!}}The name of the Docker registry repository.
 
{{!}}A valid repository name
 
{{!}}"gws-system-nginx"
 
{{!}}-
 
{{!}}gwsServiceProxy.image.pullPolicy
 
{{!}}Specifies when Kubernetes pulls images from the registry on start up.
 
{{!}}IfNotPresent or Always
 
{{!}}"Always"
 
{{!}}-
 
{{!}}gwsServiceProxy.image.imagePullSecrets
 
{{!}}The secret Kubernetes uses to get credentials to pull images from the registry.
 
{{!}}A valid secret
 
{{!}}[]
 
{{!}}-
 
{{!}}gwsServiceProxy.context.sessionCookieName
 
 
{{!}}The cookie name for sticky sessions.
 
{{!}}The cookie name for sticky sessions.
 
{{!}}A valid cookie name
 
{{!}}A valid cookie name
 
{{!}}"GWSSESSIONID"
 
{{!}}"GWSSESSIONID"
{{!}}-
 
{{!}}gwsServiceProxy.context.env.CONSUL_PORT
 
{{!}}The port of the local Consul agent.
 
{{!}}A valid port
 
{{!}}8500
 
{{!}}-
 
{{!}}gwsServiceProxy.context.env.GWS_NGINX_ENABLE_MAPPING
 
{{!}}Specifies whether mapping is enabled in Nginx.
 
{{!}}true or false
 
{{!}}false
 
{{!}}-
 
{{!}}gwsServiceProxy.context.env.GWS_NGINX_CONSUL_SERVICE
 
{{!}}The name of the service to register in Consul.
 
{{!}}A valid name
 
{{!}}"system-nginx"
 
{{!}}-
 
{{!}}gwsServiceProxy.context.env.GWS_CONSUL_KV_PREFIX
 
{{!}}The prefix used to locate GWS ingress data in the Consul KV datastore.
 
{{!}}String
 
{{!}}"gws"
 
{{!}}-
 
{{!}}gwsServiceProxy.livenessProbe.startupDelay
 
{{!}}Specifies the time in seconds to wait before performing the first liveness probe.
 
{{!}}Number
 
{{!}}5
 
{{!}}-
 
{{!}}gwsServiceProxy.livenessProbe.checkInterval
 
{{!}}Specifies the interval in seconds between liveness probes.
 
{{!}}Number
 
{{!}}10
 
{{!}}-
 
{{!}}gwsServiceProxy.readinessProbe.startupDelay
 
{{!}}Specifies the time in seconds to wait before performing the first readiness probe.
 
{{!}}Number
 
{{!}}15
 
{{!}}-
 
{{!}}gwsServiceProxy.readinessProbe.checkInterval
 
{{!}}Specifies the interval in seconds between readiness probes.
 
{{!}}Number
 
{{!}}20
 
{{!}}-
 
{{!}}gwsServiceProxy.service.ports
 
{{!}}The HTTP ports used by service.
 
{{!}}A valid set of ports as "name: value","port: value"
 
{{!}}[{"name": "gws-service-proxy", "port": 80, "targetPort": 8080}, {"name": "gws-service-proxy-ext", "port": 81, "targetPort": 8081}]
 
{{!}}-
 
{{!}}entryPoints.internal.service.annotations
 
{{!}}Custom annotations for the service.
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
 
{{!}}-
 
{{!}}-
 
{{!}}entryPoints.internal.ingress.enabled
 
{{!}}entryPoints.internal.ingress.enabled
Line 174: Line 49:
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}-
 
{{!}}entryPoints.internal.ingress.paths
 
{{!}}Paths to internal ingress, relative to the hostnames.
 
{{!}}Valid paths
 
{{!}}["/"]
 
 
{{!}}-
 
{{!}}-
 
{{!}}entryPoints.internal.ingress.hosts
 
{{!}}entryPoints.internal.ingress.hosts
Line 204: Line 74:
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}A valid set of annotations as "name: value"
 
{{!}}{}
 
{{!}}{}
{{!}}-
 
{{!}}entryPoints.external.ingress.paths
 
{{!}}Paths to external ingress, relative to the hostnames.
 
{{!}}Valid paths
 
{{!}}["/"]
 
 
{{!}}-
 
{{!}}-
 
{{!}}entryPoints.external.ingress.hosts
 
{{!}}entryPoints.external.ingress.hosts
Line 219: Line 84:
 
{{!}}Valid TLS configurations
 
{{!}}Valid TLS configurations
 
{{!}}[]
 
{{!}}[]
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.name
 +
{{!}}Specifies the name of the '''GWS Provisioning Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsAppProvisioning.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-app-provisioning"
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppProvisioning.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsAppProvisioning.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.name
 +
{{!}}Specifies the name of the '''GWS Workspace Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsAppWorkspace.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-app-workspace"
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsAppWorkspace.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsAppWorkspace.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformChat.name
 +
{{!}}Specifies the name of the '''GWS Chat Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformChat.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}gws-platform-chat
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformChat.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}false
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformChat.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformChat.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.name
 +
{{!}}Specifies the name of the '''GWS Configuration Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformConfiguration.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-configuration"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformConfiguration.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformConfiguration.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.name
 +
{{!}}Specifies the name of the '''GWS Data Collector Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformDatacollector.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-datacollector"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformDatacollector.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformDatacollector.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.name
 +
{{!}}Specifies the name of the '''GWS Interaction Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformIxn.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-ixn"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformIxn.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformIxn.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.name
 +
{{!}}Specifies the name of the '''GWS OCS Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformOcs.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-ocs"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformOcs.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformOcs.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.name
 +
{{!}}Specifies the name of the '''GWS Setting Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformSetting.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-setting"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformSetting.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformSetting.service.ports.server''' as parameter described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.name
 +
{{!}}Specifies the name of the '''GWS Statistics Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformStatistics.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-statistics"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformStatistics.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformStatistics.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformUcs.name
 +
{{!}}Specifies the name of the '''GWS UCS Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformUcs.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-ucs"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformUcs.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}false
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformUcs.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformUcs.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.name
 +
{{!}}Specifies the name of the '''GWS Voice Service''' deployment.
 +
{{!}}Value of the '''gwsServices.gwsPlatformVoice.name''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}"gws-platform-voice"
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.enabled
 +
{{!}}Specifies whether ingress is enabled for the component.
 +
{{!}}true or false
 +
{{!}}true
 +
{{!}}-
 +
{{!}}gwsServices.gwsPlatformVoice.service.ports.server
 +
{{!}}Specifies the service port of the component.
 +
{{!}}Value of the '''gwsServices.gwsPlatformVoice.service.ports.server''' parameter as described in {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|topic=Configure|display text=Configure GWS Services}}.
 +
{{!}}80
 
{{!}}}
 
{{!}}}
 
|Status=No
 
|Status=No
Line 229: Line 259:
 
kubectl create secret generic gws-secrets-green -n gws --from-literal='gws-consul-token=<token-from-consul>'
 
kubectl create secret generic gws-secrets-green -n gws --from-literal='gws-consul-token=<token-from-consul>'
 
</syntaxhighlight>
 
</syntaxhighlight>
|Status=No
+
|Status=Yes
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Configure security
 
|sectionHeading=Configure security
Line 260: Line 290:
 
-->
 
-->
 
For details about these parameters and possible values, see '''deploymentGlobals.securityContext.*''' in the {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureIngress|anchor=override|display text=Parameters}} table above.
 
For details about these parameters and possible values, see '''deploymentGlobals.securityContext.*''' in the {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=ConfigureIngress|anchor=override|display text=Parameters}} table above.
|Status=No
+
|Status=Yes
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Next steps
 
|sectionHeading=Next steps

Latest revision as of 19:30, December 22, 2023

Learn how to configure GWS Ingress.

Warning
If you are deploying Genesys Web Services and Applications in a single namespace with other private edition services, then you do not need to deploy GWS ingress.

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 GWS ingress.

For more information about how to override Helm chart values, see Overriding Helm chart values.

Parameters
Parameter Description Valid values Default
deploymentGlobals.deploymentTag The deployment tag used as a suffix for the names of Kubernetes objects created by the chart. The value must be the same as the value in the GWS Helm chart. Any lowercase alphanumeric value up to 8 characters long. "live"
sessionCookieName The cookie name for sticky sessions. A valid cookie name "GWSSESSIONID"
entryPoints.internal.ingress.enabled Specifies whether internal ingress is enabled. Set this value to false if you are deploying Genesys Web Services and Applications in a single namespace. true or false true

entryPoints.internal.ingress.ingressClassName

Defines which controller implements the Ingress resource. The value is directly propagated to the ingressClassName field of the Kubernetes Ingress object. See Ingress and Ingress class in the Kubernetes documentation for details. A valid IngressClass ""
entryPoints.internal.ingress.annotations Custom annotations for internal ingress. A valid set of annotations as "name: value" {}
entryPoints.internal.ingress.hosts List of internal ingress hostnames. Valid hostnames ["gws-int.genesys.com"]
entryPoints.internal.ingress.tls List of TLS configurations for internal ingress. See Network requirements for an example configuration. Valid TLS configurations []
entryPoints.external.ingress.enabled Specifies whether external ingress is enabled. Set this value to false if you are deploying Genesys Web Services and Applications in a single namespace. true or false true

entryPoints.external.ingress.ingressClassName

Defines which controller implements the Ingress resource. The value is directly propagated to the ingressClassName field of the Kubernetes Ingress object. See Ingress and Ingress class in the Kubernetes documentation for details. A valid IngressClass ""
entryPoints.external.ingress.annotations Custom annotations for external ingress. A valid set of annotations as "name: value" {}
entryPoints.external.ingress.hosts List of external ingress hostnames. Valid hostnames ["gws.genesys.com"]
entryPoints.external.ingress.tls List of TLS configurations for external ingress. See Network requirements for an example configuration. Valid TLS configurations []
gwsServices.gwsAppProvisioning.name Specifies the name of the GWS Provisioning Service deployment. Value of the gwsServices.gwsAppProvisioning.name parameter as described in Configure GWS Services. "gws-app-provisioning"
gwsServices.gwsAppProvisioning.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsAppProvisioning.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsAppProvisioning.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsAppWorkspace.name Specifies the name of the GWS Workspace Service deployment. Value of the gwsServices.gwsAppWorkspace.name parameter as described in Configure GWS Services. "gws-app-workspace"
gwsServices.gwsAppWorkspace.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsAppWorkspace.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsAppWorkspace.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformChat.name Specifies the name of the GWS Chat Service deployment. Value of the gwsServices.gwsPlatformChat.name parameter as described in Configure GWS Services. gws-platform-chat
gwsServices.gwsPlatformChat.enabled Specifies whether ingress is enabled for the component. true or false false
gwsServices.gwsPlatformChat.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformChat.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformConfiguration.name Specifies the name of the GWS Configuration Service deployment. Value of the gwsServices.gwsPlatformConfiguration.name parameter as described in Configure GWS Services. "gws-platform-configuration"
gwsServices.gwsPlatformConfiguration.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformConfiguration.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformConfiguration.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformDatacollector.name Specifies the name of the GWS Data Collector Service deployment. Value of the gwsServices.gwsPlatformDatacollector.name parameter as described in Configure GWS Services. "gws-platform-datacollector"
gwsServices.gwsPlatformDatacollector.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformDatacollector.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformDatacollector.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformIxn.name Specifies the name of the GWS Interaction Service deployment. Value of the gwsServices.gwsPlatformIxn.name parameter as described in Configure GWS Services. "gws-platform-ixn"
gwsServices.gwsPlatformIxn.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformIxn.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformIxn.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformOcs.name Specifies the name of the GWS OCS Service deployment. Value of the gwsServices.gwsPlatformOcs.name parameter as described in Configure GWS Services. "gws-platform-ocs"
gwsServices.gwsPlatformOcs.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformOcs.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformOcs.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformSetting.name Specifies the name of the GWS Setting Service deployment. Value of the gwsServices.gwsPlatformSetting.name parameter as described in Configure GWS Services. "gws-platform-setting"
gwsServices.gwsPlatformSetting.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformSetting.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformSetting.service.ports.server as parameter described in Configure GWS Services. 80
gwsServices.gwsPlatformStatistics.name Specifies the name of the GWS Statistics Service deployment. Value of the gwsServices.gwsPlatformStatistics.name parameter as described in Configure GWS Services. "gws-platform-statistics"
gwsServices.gwsPlatformStatistics.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformStatistics.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformStatistics.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformUcs.name Specifies the name of the GWS UCS Service deployment. Value of the gwsServices.gwsPlatformUcs.name parameter as described in Configure GWS Services. "gws-platform-ucs"
gwsServices.gwsPlatformUcs.enabled Specifies whether ingress is enabled for the component. true or false false
gwsServices.gwsPlatformUcs.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformUcs.service.ports.server parameter as described in Configure GWS Services. 80
gwsServices.gwsPlatformVoice.name Specifies the name of the GWS Voice Service deployment. Value of the gwsServices.gwsPlatformVoice.name parameter as described in Configure GWS Services. "gws-platform-voice"
gwsServices.gwsPlatformVoice.enabled Specifies whether ingress is enabled for the component. true or false true
gwsServices.gwsPlatformVoice.service.ports.server Specifies the service port of the component. Value of the gwsServices.gwsPlatformVoice.service.ports.server parameter as described in Configure GWS Services. 80

Configure Kubernetes

Create a Kubernetes secret for your API token from Consul. For more information about this token, see Consul's access control documentation.

kubectl create secret generic gws-secrets-green -n gws --from-literal='gws-consul-token=<token-from-consul>'

Configure security

To learn more about how security is configured for private edition, be sure to read Permissions and OpenShift security settings.

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

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

Next steps

Comments or questions about this documentation? Contact us for support!