Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Crawler: pass forbidden content type as system property
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Sep 27, 2019
1 parent a1e9fbc commit 61b21b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trandoshan/crawler/deployment.yaml
Expand Up @@ -22,4 +22,6 @@ spec:
- name: TOR_PROXY
value: tor-proxy-service:9050
- name: NATS_URI
value: nats://trandoshan:trandoshanPwd$@messaging-system-nats-client:4222
value: nats://trandoshan:trandoshanPwd$@messaging-system-nats-client:4222
- name: FORBIDDEN_CONTENT_TYPES
value: application/octet-stream

0 comments on commit 61b21b3

Please sign in to comment.