mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
nats: fix docs (#7068)
This commit is contained in:
committed by
k8s-ci-robot
parent
38a56f7839
commit
c27546e36a
@@ -1,5 +1,5 @@
|
||||
name: nats
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
appVersion: 1.1.0
|
||||
description: An open-source, cloud-native messaging system
|
||||
keywords:
|
||||
|
||||
@@ -69,13 +69,13 @@ The following table lists the configurable parameters of the NATS chart and thei
|
||||
| `securityContext.enabled` | Enable security context | `true` |
|
||||
| `securityContext.fsGroup` | Group ID for the container | `1001` |
|
||||
| `securityContext.runAsUser` | User ID for the container | `1001` |
|
||||
| `updateStrategy` | Replicaset Update strategy | `OnDelete` |
|
||||
| `statefulset.updateStrategy` | Statefulsets Update strategy | `OnDelete` |
|
||||
| `rollingUpdatePartition` | Partition for Rolling Update strategy | `nil` |
|
||||
| `podLabels` | Additional labels to be added to pods | {} |
|
||||
| `podAnnotations` | Annotations to be added to pods | {} |
|
||||
| `nodeSelector` | Node labels for pod assignment | `nil` |
|
||||
| `schedulerName` | Name of an alternate | `nil` |
|
||||
| `antiAffinity` | Anti-affinity for pod assignment | {} |
|
||||
| `antiAffinity` | Anti-affinity for pod assignment | `soft` |
|
||||
| `tolerations` | Toleration labels for pod assignment | `nil` |
|
||||
| `resources` | CPU/Memory resource requests/limits | {} |
|
||||
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `30` |
|
||||
|
||||
Reference in New Issue
Block a user