mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 20:17:21 +08:00
[bitnami/haproxy] Release 0.8.2 (#16980)
* [bitnami/haproxy] Release 0.8.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,7 +2,7 @@ annotations:
|
||||
category: Infrastructure
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 2.7.8
|
||||
appVersion: 2.8.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -22,4 +22,4 @@ maintainers:
|
||||
name: haproxy
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
|
||||
version: 0.8.1
|
||||
version: 0.8.2
|
||||
|
||||
@@ -107,79 +107,79 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### HAProxy Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `image.registry` | HAProxy image registry | `docker.io` |
|
||||
| `image.repository` | HAProxy image repository | `bitnami/haproxy` |
|
||||
| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.8-debian-11-r10` |
|
||||
| `image.digest` | HAProxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | HAProxy image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | HAProxy image pull secrets | `[]` |
|
||||
| `replicaCount` | Number of haproxy replicas to deploy | `1` |
|
||||
| `startupProbe.enabled` | Enable startupProbe on haproxy nodes | `false` |
|
||||
| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `15` |
|
||||
| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `5` |
|
||||
| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `5` |
|
||||
| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `livenessProbe.enabled` | Enable livenessProbe on haproxy nodes | `true` |
|
||||
| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `15` |
|
||||
| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` |
|
||||
| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `readinessProbe.enabled` | Enable readinessProbe on haproxy nodes | `true` |
|
||||
| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `15` |
|
||||
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `5` |
|
||||
| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `resources.limits` | The resources limits for the haproxy containers | `{}` |
|
||||
| `resources.requests` | The requested resources for the haproxy containers | `{}` |
|
||||
| `podSecurityContext.enabled` | Enabled haproxy pods' Security Context | `true` |
|
||||
| `podSecurityContext.fsGroup` | Set haproxy pod's Security Context fsGroup | `1001` |
|
||||
| `containerSecurityContext.enabled` | Enabled haproxy containers' Security Context | `true` |
|
||||
| `containerSecurityContext.runAsUser` | Set haproxy containers' Security Context runAsUser | `1001` |
|
||||
| `containerSecurityContext.runAsNonRoot` | Set haproxy container's Security Context runAsNonRoot | `true` |
|
||||
| `pdb.create` | Enable a Pod Disruption Budget creation | `false` |
|
||||
| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
||||
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
||||
| `autoscaling.enabled` | Enable Horizontal POD autoscaling for HAProxy | `false` |
|
||||
| `autoscaling.minReplicas` | Minimum number of HAProxy replicas | `1` |
|
||||
| `autoscaling.maxReplicas` | Maximum number of HAProxy replicas | `11` |
|
||||
| `autoscaling.targetCPU` | Target CPU utilization percentage | `50` |
|
||||
| `autoscaling.targetMemory` | Target Memory utilization percentage | `50` |
|
||||
| `command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `hostAliases` | haproxy pods host aliases | `[]` |
|
||||
| `podLabels` | Extra labels for haproxy pods | `{}` |
|
||||
| `podAnnotations` | Annotations for haproxy pods | `{}` |
|
||||
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set | `""` |
|
||||
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set | `[]` |
|
||||
| `configuration` | haproxy configuration | `""` |
|
||||
| `containerPorts` | List of container ports to enable in the haproxy container | `[]` |
|
||||
| `existingConfigmap` | configmap with HAProxy configuration | `""` |
|
||||
| `affinity` | Affinity for haproxy pods assignment | `{}` |
|
||||
| `nodeSelector` | Node labels for haproxy pods assignment | `{}` |
|
||||
| `tolerations` | Tolerations for haproxy pods assignment | `[]` |
|
||||
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
|
||||
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `updateStrategy.type` | haproxy statefulset strategy type | `RollingUpdate` |
|
||||
| `priorityClassName` | haproxy pods' priorityClassName | `""` |
|
||||
| `lifecycleHooks` | for the haproxy container(s) to automate configuration before or after startup | `{}` |
|
||||
| `extraEnvVars` | Array with extra environment variables to add to haproxy nodes | `[]` |
|
||||
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for haproxy nodes | `""` |
|
||||
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars for haproxy nodes | `""` |
|
||||
| `extraVolumes` | Optionally specify extra list of additional volumes for the haproxy pod(s) | `[]` |
|
||||
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the haproxy container(s) | `[]` |
|
||||
| `sidecars` | Add additional sidecar containers to the haproxy pod(s) | `[]` |
|
||||
| `initContainers` | Add additional init containers to the haproxy pod(s) | `[]` |
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- |
|
||||
| `image.registry` | HAProxy image registry | `docker.io` |
|
||||
| `image.repository` | HAProxy image repository | `bitnami/haproxy` |
|
||||
| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.8.0-debian-11-r0` |
|
||||
| `image.digest` | HAProxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | HAProxy image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | HAProxy image pull secrets | `[]` |
|
||||
| `replicaCount` | Number of haproxy replicas to deploy | `1` |
|
||||
| `startupProbe.enabled` | Enable startupProbe on haproxy nodes | `false` |
|
||||
| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `15` |
|
||||
| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `5` |
|
||||
| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `5` |
|
||||
| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `livenessProbe.enabled` | Enable livenessProbe on haproxy nodes | `true` |
|
||||
| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `15` |
|
||||
| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` |
|
||||
| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `readinessProbe.enabled` | Enable readinessProbe on haproxy nodes | `true` |
|
||||
| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `15` |
|
||||
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `5` |
|
||||
| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `resources.limits` | The resources limits for the haproxy containers | `{}` |
|
||||
| `resources.requests` | The requested resources for the haproxy containers | `{}` |
|
||||
| `podSecurityContext.enabled` | Enabled haproxy pods' Security Context | `true` |
|
||||
| `podSecurityContext.fsGroup` | Set haproxy pod's Security Context fsGroup | `1001` |
|
||||
| `containerSecurityContext.enabled` | Enabled haproxy containers' Security Context | `true` |
|
||||
| `containerSecurityContext.runAsUser` | Set haproxy containers' Security Context runAsUser | `1001` |
|
||||
| `containerSecurityContext.runAsNonRoot` | Set haproxy container's Security Context runAsNonRoot | `true` |
|
||||
| `pdb.create` | Enable a Pod Disruption Budget creation | `false` |
|
||||
| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
||||
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
||||
| `autoscaling.enabled` | Enable Horizontal POD autoscaling for HAProxy | `false` |
|
||||
| `autoscaling.minReplicas` | Minimum number of HAProxy replicas | `1` |
|
||||
| `autoscaling.maxReplicas` | Maximum number of HAProxy replicas | `11` |
|
||||
| `autoscaling.targetCPU` | Target CPU utilization percentage | `50` |
|
||||
| `autoscaling.targetMemory` | Target Memory utilization percentage | `50` |
|
||||
| `command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `hostAliases` | haproxy pods host aliases | `[]` |
|
||||
| `podLabels` | Extra labels for haproxy pods | `{}` |
|
||||
| `podAnnotations` | Annotations for haproxy pods | `{}` |
|
||||
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set | `""` |
|
||||
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set | `[]` |
|
||||
| `configuration` | haproxy configuration | `""` |
|
||||
| `containerPorts` | List of container ports to enable in the haproxy container | `[]` |
|
||||
| `existingConfigmap` | configmap with HAProxy configuration | `""` |
|
||||
| `affinity` | Affinity for haproxy pods assignment | `{}` |
|
||||
| `nodeSelector` | Node labels for haproxy pods assignment | `{}` |
|
||||
| `tolerations` | Tolerations for haproxy pods assignment | `[]` |
|
||||
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
|
||||
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `updateStrategy.type` | haproxy statefulset strategy type | `RollingUpdate` |
|
||||
| `priorityClassName` | haproxy pods' priorityClassName | `""` |
|
||||
| `lifecycleHooks` | for the haproxy container(s) to automate configuration before or after startup | `{}` |
|
||||
| `extraEnvVars` | Array with extra environment variables to add to haproxy nodes | `[]` |
|
||||
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for haproxy nodes | `""` |
|
||||
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars for haproxy nodes | `""` |
|
||||
| `extraVolumes` | Optionally specify extra list of additional volumes for the haproxy pod(s) | `[]` |
|
||||
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the haproxy container(s) | `[]` |
|
||||
| `sidecars` | Add additional sidecar containers to the haproxy pod(s) | `[]` |
|
||||
| `initContainers` | Add additional init containers to the haproxy pod(s) | `[]` |
|
||||
|
||||
### Other Parameters
|
||||
|
||||
|
||||
@@ -235,7 +235,7 @@ ingress:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/haproxy
|
||||
tag: 2.7.8-debian-11-r10
|
||||
tag: 2.8.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user