Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable server side sentry for next ui to fix memory leak #56

Merged
merged 2 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions roles/aks-apply/files/dev/digitransit-ui-hsl-next-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,16 @@ spec:
secretKeyRef:
name: sentry-dsn
key: sentry-dsn
- name: SENTRY_SECRET_DSN
valueFrom:
secretKeyRef:
name: sentry-secret-dsn
key: sentry-secret-dsn
# - name: SENTRY_SECRET_DSN
# valueFrom:
# secretKeyRef:
# name: sentry-secret-dsn
# key: sentry-secret-dsn
- name: GTM_ID
valueFrom:
secretKeyRef:
name: gtm-id
key: gtm-id
- name: REALTIME_PATCH
value: "{\"HSL\": {\"mqtt\": \"wss://test92.rt.hsl.fi\"}}"
- name: MAP_PATH_PREFIX
value: "next-"
- name: MAP_URL
Expand Down
12 changes: 5 additions & 7 deletions roles/aks-apply/files/prod/digitransit-ui-hsl-next-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,16 @@ spec:
secretKeyRef:
name: sentry-dsn
key: sentry-dsn
- name: SENTRY_SECRET_DSN
valueFrom:
secretKeyRef:
name: sentry-secret-dsn
key: sentry-secret-dsn
# - name: SENTRY_SECRET_DSN
# valueFrom:
# secretKeyRef:
# name: sentry-secret-dsn
# key: sentry-secret-dsn
- name: GTM_ID
valueFrom:
secretKeyRef:
name: gtm-id
key: gtm-id
- name: REALTIME_PATCH
value: "{\"HSL\": {\"mqtt\": \"wss://test92.rt.hsl.fi\"}}"
- name: REDIS_HOST
valueFrom:
secretKeyRef:
Expand Down