Skip to content

Commit 47aafd5

Browse files
authored
Merge pull request #56 from csfloat/fix/update-deploy-service-config
Update Environment Variables for Deployment Config
2 parents 92d8503 + 5932f52 commit 47aafd5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/reverse-watch-service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ spec:
4141
value: 'true'
4242
- name: INGESTORS_CSFLOAT_BASEURL
4343
value: https://csfloat.com
44+
- name: HTTP_ALLOWEDORIGINS
45+
value: ['chrome-extension://jjicbefpemnphinccgikpdaagjebbnhg']
46+
- name: HTTP_ALLOWFIREFOXEXTENSIONS
47+
value: 'true'
4448
- name: DATABASE_HOST
4549
valueFrom:
4650
secretKeyRef:

0 commit comments

Comments
 (0)