Skip to content

Commit

Permalink
Render chat banner on frontend apps
Browse files Browse the repository at this point in the history
This shows the Chat entry banners on the relevant
pages of gov frontend and colletions rendering apps.
  • Loading branch information
davidgisbey authored and kevindew committed Nov 7, 2024
1 parent 0d713e4 commit 32f99b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ govukApplications:
cpu: 1
memory: 1Gi
extraEnv:
- name: GOVUK_CHAT_PROMO_ENABLED
value: "true"
- name: MEMCACHE_SERVERS
value: frontend-memcached-govuk.eks.production.govuk-internal.digital
- name: EMAIL_ALERT_API_BEARER_TOKEN
Expand Down Expand Up @@ -1280,6 +1282,8 @@ govukApplications:
cpu: 1
memory: 1500Mi
extraEnv:
- name: GOVUK_CHAT_PROMO_ENABLED
value: "true"
- name: MEMCACHE_SERVERS
value: frontend-memcached-govuk.eks.production.govuk-internal.digital
- name: PUBLISHING_API_BEARER_TOKEN
Expand Down
4 changes: 4 additions & 0 deletions charts/app-config/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ govukApplications:
cpu: 1
memory: 1Gi
extraEnv:
- name: GOVUK_CHAT_PROMO_ENABLED
value: "true"
- name: MEMCACHE_SERVERS
value: frontend-memcached-govuk.eks.staging.govuk-internal.digital
- name: EMAIL_ALERT_API_BEARER_TOKEN
Expand Down Expand Up @@ -1283,6 +1285,8 @@ govukApplications:
cpu: 1
memory: 1500Mi
extraEnv:
- name: GOVUK_CHAT_PROMO_ENABLED
value: "true"
- name: MEMCACHE_SERVERS
value: frontend-memcached-govuk.eks.staging.govuk-internal.digital
- name: PUBLISHING_API_BEARER_TOKEN
Expand Down

0 comments on commit 32f99b7

Please sign in to comment.