Value | Comment |
---|
oci.certificates.id
| This value should be set to match the ocid of certificate created in previous section, Import-into-OCI-Certificates-Service. |
oci.backendNSG This value should be set to match the ocid of the network security group of backend worker nodes
| Value is taken from the backend_nsg listed in the terraform output produced in the Set Up Kubernetes Cluster - OCI | Create-Basic-Cluster-and-additional-infrastructure section. |
oci.healthcheck.desktoponline.port
| desktop-online backend set health check port, i.e., 9001 |
oci.healthcheck.ingressnginx.port
| ingress nginx backend set health check port, i.e., 443 |
global.ingressController.serviceName
| This is the name of the Kubernetes Service that was created adding the Kubernetes Add-ons | ingress-nginx-controller. |
global.domain
| This value should be set to match Value is taken from the cluster_dns_zone_name listed in the terraform output produced in the Set Up Kubernetes Cluster - OCI | Create-Basic-Cluster-and-additional-infrastructure section. |
global.imagePullSecrets
| This is referencing an image pull secret containing the credentials required in order to pull container images from the Digital Route AWS ECR registry. If you are hosting the container images in your own container registry, depending on how that is configured, another image pull secret is probably needed. See https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/161481567/Common+Usage+Engine+Private+Edition+Preparations#Container-Images for additional information. |
licenseKey
| The license key that can be found in the licenseKey file that you have previously received (see the https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/161481605/General+Pre-requisites#License section). |
log.format
| If you need to use dedicated log collection and monitoring tools like Fluent-bit, Elasticsearch, Kibana or AWS CloudWatch for Usage Engine Private Edition, make sure the log format is configured to json . See https://infozone.atlassian.net/wiki/x/Q4BDD Configure Log Collection, Target, and Visualization - OCI for additional information. |
platform.tls.*
| These values are set to use the example issuer created at the beginning of this chapter. This should only be seen as an example and the values should be adjusted according to the real world situation. |
postgres.adminUsername
| Value is taken from the db_admin_user listed in the terraform output produced in the Set Up Kubernetes Cluster - OCI | Create-Basic-Cluster-and-additional-infrastructure section. |
postgres.host
| Value is taken from the db_endpoint listed in the terraform output produced in the Set Up Kubernetes Cluster - OCI | Create-Basic-Cluster-and-additional-infrastructure section. |
postgres.port
| Value is taken from the db_port listed in the terraform output produced in the Set Up Kubernetes Cluster - OCI | Create-Basic-Cluster-and-additional-infrastructure section. |