Download PDF
Download page Customize the Helm File.
Customize the Helm File
This page explains the parameters used in the helm file with the suitable examples. If you wish to change the default configuration, you can update the helm file before installing the services. For example, if you require to use different CA certificates for the communication among components, you must update the helm file.
You can refer the examples and edit the following file to provide custom values:
Edit the globals.yaml.gotmpl
file
Run the following command to edit the globals.yaml.gotmpl
file:
vi globals.yaml.gotmpl
Parameter Name | Description | Example |
---|---|---|
dnsDomain | Domain name of the cluster. |
CODE
|
dnsNames | List the Ingress domain names that you want to configure for the Virtual Appliance. You must include local host for |
CODE
|
license | Specify the license file that you want to apply on your Virtual Appliance. Copy the license files as the By default, the Specify the generated UUIDs in the license section for service and agent authorization. |
CODE
|
controller | Specify the Controller details that you want to bootstrap during deployment.
|
CODE
|
eum | Specify the external EUM URL. Ingress is configured for the Virtual Appliance. Therefore, this URL is set up with one of the dnsNames. |
CODE
|
events | Specify the external events URL for Analytics Agent. This uses the node port as
Ensure to open the
CODE
|
CODE
|
aiops | Specify the external AIOps URL. This is set with one of dnsNames because Ingress is configured for the Virtual Appliance. |
CODE
|
ingress | Configure SSL for the Ingress controller. By default, Ingress endpoint has self-signed certificates enabled.
|
YML
|
enableClusterAgent | Enable or disable self-monitoring for the controller. It requires a boolean value. |
CODE
|
hybrid | By default, this parameter is set to Enable this parameter to When set to
|
CODE
|
Edit the secrets.yaml
File.
- Run the following command to edit the secrets.yaml file:
vi secrets.yaml
CODEBy default, the location of the file is
/var/appd/config/secrets.yaml
.secrets.yaml
file becomes encrypted after installing the Splunk AppDynamics service. - Run the following command to edit the
secrets.yaml.encrypted
file:helm secrets edit <path_to_secrets.yaml.encrypted>
CODE
Parameter Name | Description | Example |
---|---|---|
controller |
|
CODE
|
mysql | Specify the MySQL bootstrap configuration. This includes the root user and EUM user configuration. |
YML
|
tls | Specify the password to protect the keystore used by the Virtual Appliance services. |
CODE
|
hybrid | If you are using the hybrid deployment, provide the Controller and MySQL credentials. |
CODE
|