Help Contact
Configure the support information displayed to users during system errors.
Configure via the User Interface
To enable and configure help contact information in the Develocity UI:
-
Log in to Develocity as a user with Administrator permissions.
-
Navigate to .
-
Complete the contact information fields.
-
Click Save to store the settings, then click Apply and restart in the upper-right corner to activate them.
|
Applying the configuration updates the system services and may take several minutes to complete. |
Configure via Unattended Configuration
If you are managing Develocity using a GitOps or automated workflow, you can define the global settings using Unattended Configuration. Depending on your deployment strategy, you can provide these settings either as Integrated configuration within your values.yaml or as a Standalone configuration file.
version: 15
helpContact:
email: contact@acme.org (1)
name: ACME (2)
| 1 | The primary recipient for all help and support inquiries. |
| 2 | The name that will appear as the contact for help and support. |
Deployment Templates
Download the appropriate YAML template to begin your infrastructure configuration.
For Develocity versions 2025.3 and prior, see the 2025.2 Administration Guide or the 2025.3 Administration Manual.
| Cluster Deployment |
Example template for cluster orchestration. |
| Standalone Deployment |
Example template for standalone setup. |
|
Pre-deployment Checklist
See Unattended Configuration for details. |