cloudfoundry / concourse-infra-for-fiwg

This repo holds the deployment tooling used to deploy a Concourse instance for the Foundation Infrastructure Working Group
2 stars 7 forks source link

Modify concourse workers to run as Deployment rather than StatefulSet #20

Closed yatzek closed 3 years ago

yatzek commented 3 years ago

Add this to concourse values.yml to switch to Deployment mode for worker nodes.

worker:
  kind: Deployment

Workers themselves are ephemeral so there is no need for a persistent volume: https://concourse-ci.org/concourse-worker.html#worker-resource-utilization