Skip to content

codaglobal/teamcity_helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Helm Chart for TeamCity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages