Installation Examples

The following examples show application of ingress and application configuration.

The following Helm values file excerpt enables an ingress that accepts HTTP traffic sent to an admin.matrixx.com domain:

ingress:
  enabled: true
  hosts:
    - host admin.matrixx.com

The following Helm values file excerpt configures logging and housekeeping in the Admin Service application properties.

configuration:
  logging:
    level: debug
  housekeeping:
    interval: 10m

For more information see the discussion about application configuration properties.