Skip to content

Commit

Permalink
ci: Remove unused tsa_hosts key
Browse files Browse the repository at this point in the history
given that we have both `web` and `worker` activated in this deployment,
the worker will have the TSA host automatically set, meaning that such
value will be completely ignored.

see https://github.com/concourse/concourse-chart/blob/9844b8d089af162167659440959d79f73bde10f0/templates/worker-statefulset.yaml#L181-L187

Signed-off-by: Denise Yu <[email protected]>
Signed-off-by: Ciro S. Costa <[email protected]>
  • Loading branch information
Ciro S. Costa committed Nov 22, 2019
1 parent 1a0654e commit c3cff2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployments/with-creds/ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,3 @@ concourse:
rebalanceInterval: 2h
baggageclaim: { driver: overlay }
healthcheckTimeout: 40s
tsa:
hosts: ['ci-web.hush-house.svc.cluster.local:2222']

0 comments on commit c3cff2b

Please sign in to comment.