apiVersion: v3
kind: frontend
metadata:
  name: rum_application:${DD_RUM_APPLICATION_ID} # RUM application ID from Datadog
  description: # Specification of the frontend service
  owner: # Owner of the app
  tags:
    # NOTE: Not all suite apps should be public. Change to public:false if this app should not be publicly visible.
    - public:true
spec:
  type: browser
