Support Mail Address
The a9s Service Dashboard displays a support email address to users when an error page ('4xx' or '5xx') appears. This
mail address can be configured with the property platform.support_email.
Manifest settings
properties:
platform:
support_email: "support@mail.com"
Ops File
Apply the new support email via the ops file to the service manifest. See example below.
- type: replace
path: /instance_groups/name=public-api/jobs/name=public_api/properties/platform?/support_email?
value: "support@mail.com"
Prometheus
To configure the support email address for the Prometheus instances, it is necessary to add the email address as Ops files content (inline) to the services' Template Uploader Errand. See the example below:
properties:
template-uploader:
template-custom-ops: |
- type: replace
path: /instance_groups/name=prometheus/jobs/name=sso-proxy/properties/sso-proxy/support_email?
value: "support@mail.com"
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=sso-proxy/properties/sso-proxy/support_email?
value: "support@mail.com"
- type: replace
path: /instance_groups/name=grafana/jobs/name=sso-proxy/properties/sso-proxy/support_email?
value: "support@mail.com"