1
|
-| registryFQDN | Docker registry fqdn used to pull app related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | ghcr.io
|
-| image.registry | Docker registry used to pull app container image | appscode
|
-| image.repository | App container image | trickster
|
-| image.tag | Overrides the image tag whose default is the chart appVersion. | ""
|
-| image.pullPolicy | | IfNotPresent
|
-| imagePullSecrets | | []
|
-| nameOverride | | ""
|
-| fullnameOverride | | ""
|
-| serviceAccount.create | Specifies whether a service account should be created | true
|
-| serviceAccount.annotations | Annotations to add to the service account | {}
|
-| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
-| podAnnotations | | {}
|
-| podSecurityContext | | {}
|
-| securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534}
|
-| service.type | | ClusterIP
|
-| service.port | | 80
|
-| ingress.enabled | | false
|
-| ingress.className | | ""
|
-| ingress.annotations | | {}
|
-| ingress.hosts | kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" | [{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}]
|
-| ingress.tls | | []
|
-| resources | | {}
|
-| autoscaling.enabled | | false
|
-| autoscaling.minReplicas | | 1
|
-| autoscaling.maxReplicas | | 100
|
-| autoscaling.targetCPUUtilizationPercentage | | 80
|
-| nodeSelector | | {}
|
-| tolerations | | []
|
-| affinity | | {}
|
-| monitoring.agent | Name of monitoring agent (eg "prometheus.io/operator") | ""
|
-| monitoring.port | | 8080
|
-| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | {}
|
-| sidecars.spec | | []
|
-| sidecars.volumes | | []
|
+| Parameter | Description | Default |
+|--------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| replicaCount | | 1
|
+| registryFQDN | Docker registry fqdn used to pull app related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | ghcr.io
|
+| image.registry | Docker registry used to pull app container image | appscode
|
+| image.repository | App container image | trickster
|
+| image.tag | Overrides the image tag whose default is the chart appVersion. | ""
|
+| image.pullPolicy | | IfNotPresent
|
+| imagePullSecrets | | []
|
+| nameOverride | | ""
|
+| fullnameOverride | | ""
|
+| serviceAccount.create | Specifies whether a service account should be created | true
|
+| serviceAccount.annotations | Annotations to add to the service account | {}
|
+| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
+| podAnnotations | | {}
|
+| podSecurityContext | | {}
|
+| securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}
|
+| service.type | | ClusterIP
|
+| service.port | | 80
|
+| ingress.enabled | | false
|
+| ingress.className | | ""
|
+| ingress.annotations | | {}
|
+| ingress.hosts | kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" | [{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}]
|
+| ingress.tls | | []
|
+| resources | | {}
|
+| autoscaling.enabled | | false
|
+| autoscaling.minReplicas | | 1
|
+| autoscaling.maxReplicas | | 100
|
+| autoscaling.targetCPUUtilizationPercentage | | 80
|
+| nodeSelector | | {}
|
+| tolerations | | []
|
+| affinity | | {}
|
+| monitoring.agent | Name of monitoring agent (eg "prometheus.io/operator") | ""
|
+| monitoring.port | | 8080
|
+| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | {}
|
+| sidecars.spec | | []
|
+| sidecars.volumes | | []
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: