Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 754 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 754 Bytes

Helm Chart for TeamCity

This is a simple chart that stands up a single Server and Agent. By default, it uses EmptyDir for Volumes and Ingress is disabled.

Key Values

  • agentReplicaCount: The number of Agents that will be created (default: 1)
  • pvc.data: A PVC name for the Data directory on the Server (default: "").
  • pvc.logs: A PVC name for the Logs directory on the Server (default: "").
  • pvc.config: A PVC name for the configuration on the Agent (default: "").
  • ingress.enabled: Set to true to enable Ingress
  • ingress.hosts: Array of Host entries for Ingress

Install

  • Add Coda Charts Helm Repo

    helm repo add coda-charts https://codaglobal.github.io/coda-charts/

  • Install with Helm

    helm install teamcity coda-charts/teamcity