About this article
Some settings in the Kubernetes cluster deployment need to be changed to be ready for POC/Production. This can be accomplished by using the Kubernetes resources panel of the templafyemailsignatureserver Kubernetes service in the resource group created for the implementation.
Navigate to the Kubernetes resources deployment
- Navigate to the Resource group containing the templafyemailsignatureserver Kubernetes service
- Select the Workloads (preview) item under the Kubernetes resources section of the left hand panel
- Click the email-signature-server-deployment in the main panel
Enable Dynamic Sender IP Validation
In the created deployment the environment variable disableSenderIpValidation is set to true by default. It is initially required to be disabled because Exchange uses a non-Exchange IP for validating the connector that was done in Step 5 of the implementation.
-
Select the YAML item in the left hand pane of the email-signature-server-deployment Overview
-
Select the JSON tab of the main panel
-
Find the disableSenderIpValidation JSON section, and change the value to false
-
Click the
[Review + Save]
button -
Check the Confirm manifest changes checkbox
-
Click the
[Save]
button
Comments
0 comments
Article is closed for comments.