Skip to content

Commit 684e209

Browse files
authored
add analytics url env variable to the production (#5612)
1 parent 9ad88db commit 684e209

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

konf/site.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ extraHosts:
100100
# Overrides for production
101101
production:
102102
replicas: 5
103+
env:
104+
- name: ANALYTICS_ENDPOINT
105+
value: https://marketplace-analytics.canonical.com/k8s-prod-marketplace-analytics-marketplace-analytics/analytics/events
106+
103107
nginxConfigurationSnippet: |
104108
if ($host = 'docs.snapcraft.io' ) {
105109
rewrite ^ https://snapcraft.io/docs$request_uri? permanent;

0 commit comments

Comments
 (0)