Update the Controller Licenses

To achieve high-availability in the Standard deployment, edit the global.yaml.gotmpl file and update appdController section as follows:
  • Set the nodeLocked parameter to true.
  • Specify the Controller node name that has the license in the nodeName parameter.
    appdController:
      tenantAccountName: &account customer1
      nodeLocked: true
      nodeName: "appd-node-1"
      customCaCerts: false
    {{ if isFile "/var/appd/config/cacert-extras.jks" }}
      caCertsFile: {{ readFile "/var/appd/config/cacert-extras.jks" | b64enc | quote }}
    {{ end }}