Browse the Repo

file-type-icon.circleci
file-type-icon_docs
file-type-iconcharts
file-type-iconk8s-service
file-type-icontemplates
file-type-icon.helmignore
file-type-iconChart.yaml
file-type-iconREADME.md
file-type-iconlinter_values.yaml
file-type-iconvalues.yaml
file-type-iconexamples
file-type-icontest
file-type-icon.gitignore
file-type-icon.pre-commit-config.yaml
file-type-iconCODEOWNERS
file-type-iconCONTRIBUTING.md
file-type-iconGRUNTWORK_PHILOSOPHY.md
file-type-iconLICENSE
file-type-iconNOTICE
file-type-iconREADME.adoc
file-type-iconcore-concepts.md

Browse the Repo

file-type-icon.circleci
file-type-icon_docs
file-type-iconcharts
file-type-iconk8s-service
file-type-icontemplates
file-type-icon.helmignore
file-type-iconChart.yaml
file-type-iconREADME.md
file-type-iconlinter_values.yaml
file-type-iconvalues.yaml
file-type-iconexamples
file-type-icontest
file-type-icon.gitignore
file-type-icon.pre-commit-config.yaml
file-type-iconCODEOWNERS
file-type-iconCONTRIBUTING.md
file-type-iconGRUNTWORK_PHILOSOPHY.md
file-type-iconLICENSE
file-type-iconNOTICE
file-type-iconREADME.adoc
file-type-iconcore-concepts.md
Kubernetes Service

Kubernetes Service

Deploy a Kubernetes service with zero-downtime, rolling deployment, RBAC, auto scaling, secrets management, and more.

Code Preview

Preview the Code

mobile file icon

values.yaml

down
  • #----------------------------------------------------------------------------------------------------------------------
  • # CHART PARAMETERS
  • # This file declares the configuration input values for the k8s-service Helm chart.
  • # This is a YAML-formatted file.
  • #----------------------------------------------------------------------------------------------------------------------
  • #----------------------------------------------------------------------------------------------------------------------
  • # REQUIRED VALUES
  • # These values are expected to be defined and passed in by the operator when deploying this helm chart.
  • #----------------------------------------------------------------------------------------------------------------------
  • # containerImage is a map that describes the container image that should be used to serve the application managed by
  • # this chart.
  • # The expected keys are:
  • # - repository (string) (required) : The container image repository that should be used.
  • # E.g `nginx` ; `gcr.io/kubernetes-helm/tiller`
  • # - tag (string) (required) : The tag of the image (e.g `latest`) that should be used. We recommend using a
  • # fixed tag or the SHA of the image. Avoid using the tags `latest`, `head`,
  • # `canary`, or other tags that are designed to be “floating”.
  • # - pullPolicy (string) : The image pull policy to employ. Determines when the image will be pulled in. See
  • # the official Kubernetes docs for more info. If undefined, this will default to
  • # `IfNotPresent`.
  • #
  • # The following example deploys the `nginx:stable` image with a `IfNotPresent` image pull policy, which indicates that
  • # the image should only be pulled if it has not been pulled previously.

Questions? Ask away.

We're here to talk about our services, answer any questions, give advice, or just to chat.

Ready to hand off the Gruntwork?