Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #22 from Financial-Times/remove-graphite-integration
Browse files Browse the repository at this point in the history
Remove graphite integration
  • Loading branch information
tamas-molnar authored Sep 19, 2018
2 parents b92b0a2 + 0da409e commit 66e184c
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 123 deletions.
144 changes: 68 additions & 76 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/Financial-Times/base-ft-rw-app-go"
version = "1.0.2"

[[constraint]]
name = "github.com/Financial-Times/go-fthealth"
version = "0.4.0"
Expand Down
9 changes: 0 additions & 9 deletions helm/basic-tme-transformer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ spec:
secretKeyRef:
name: global-secrets
key: tme.token
- name: GRAPHITE_ADDRESS
valueFrom:
configMapKeyRef:
name: global-config
key: graphite.address
- name: GRAPHITE_PREFIX
value: 'coco.services.{{required "The target_env value is required for this app. Use helm upgrade ... --set target_env=... when installing." .Values.target_env}}.{{ .Values.service.name }}'
- name: LOG_METRICS
value: "{{ .Values.env.LOG_METRICS }}"
- name: WRITER_ENDPOINT
value: {{ .Values.env.WRITER_ENDPOINT }}
- name: WRITER_WORKERS
Expand Down
1 change: 0 additions & 1 deletion helm/basic-tme-transformer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ resources:
memory: 2Gi
env:
BASE_URL: "http://basic-tme-transformer:8080/transformers"
LOG_METRICS: "false"
WRITER_ENDPOINT: "http://concepts-rw-s3:8080/concepts"
WRITER_WORKERS: "10"
Loading

0 comments on commit 66e184c

Please sign in to comment.