Skip to content

Commit

Permalink
Set int as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Newton committed Sep 27, 2017
1 parent 3d133d2 commit 8bd01bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/aggregate-concept-transformer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ spec:
- name: ES_WRITER_ADDRESS
value: "http://concept-rw-elasticsearch:8080"
- name: MAX_MESSAGES
value: 10
value: "10"
- name: VISIBILITY_TIMEOUT
value: 30
value: "30"
- name: WAIT_TIME
value: 20
value: "20"
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 8bd01bb

Please sign in to comment.