Skip to content

Commit

Permalink
Revert "disable dd rum (#2632)" (#2729)
Browse files Browse the repository at this point in the history
This reverts commit 025d65a.
  • Loading branch information
jawadqur authored Feb 13, 2025
1 parent db2d2d2 commit cfb9406
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kube/services/portal/portal-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,20 @@ spec:
name: global
key: mapbox_token
optional: true
- name: DATADOG_APPLICATION_ID
# Optional application ID for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_application_id
optional: true
- name: DATADOG_CLIENT_TOKEN
# Optional client token for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_client_token
optional: true
- name: DATA_UPLOAD_BUCKET
# S3 bucket name for data upload, for setting up CSP
GEN3_DATA_UPLOAD_BUCKET|-value: ""-|
Expand Down
14 changes: 14 additions & 0 deletions kube/services/portal/portal-root-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,20 @@ spec:
name: global
key: mapbox_token
optional: true
- name: DATADOG_APPLICATION_ID
# Optional application ID for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_application_id
optional: true
- name: DATADOG_CLIENT_TOKEN
# Optional client token for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_client_token
optional: true
- name: DATA_UPLOAD_BUCKET
# S3 bucket name for data upload, for setting up CSP
GEN3_DATA_UPLOAD_BUCKET|-value: ""-|
Expand Down

0 comments on commit cfb9406

Please sign in to comment.