Helm chart configuration options
The following table lists the configurable parameters of the Portainer Helm chart and their default values. Find the values file under deploy/helm/portainer/values.yaml
.
Parameter | Description | Default |
| Number of Portainer service replicas (always set to 1). |
|
| Portainer Docker Hub repository. |
|
| Tag for the Portainer image. |
|
| Portainer image-pulling policy. |
|
| If the Portainer image needs to be in a private repository. |
|
| Used to apply a nodeSelector to the deployment. |
|
| Annotations to add to the service account. |
|
| The name of the service account to use. |
|
| Service type for the main Portainer Service. Valid values: |
|
| HTTP port for accessing the Portainer web interface. |
|
| Static NodePort for accessing the Portainer web interface. Specify only if the type is |
|
| TCP port for accessing Portainer Edge. |
|
| Static NodePort for accessing Portainer Edge. Specify only if the type is |
|
| Annotations to add to the service. |
|
| Creates an ingress for Portainer. |
|
| Annotations to add to the ingress. For example:
|
|
| URL for Portainer Web. For example, |
|
| Path for the Portainer web interface. |
|
| Port for the Portainer web interface. |
|
| TLS support on ingress. Must create a secret with TLS certificates in advance. |
|
| Portainer resource requests and limits. |
|
| Whether or not to enable data persistence. |
|
| Name of an existing PVC to use for data persistence. |
|
| Size of the PVC used for persistence. |
|
| Annotations to apply to PVC used for persistence. |
|
| StorageClass to apply to PVC used for persistence. |
|
| AccessMode for persistence. |
|
| Selector for persistence. |
|