mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/artifactory-ha] Typo fix: livessProbed->livenessProbed (#6462)
* [stable/artifactory-ha] Add version 0.2.2 [stable/artifactory-ha] Add version 0.2.2 * [stable/artifactory-ha] Typo fix: livessProbed->livenessProbed [stable/artifactory-ha] Typo fix: livessProbed->livenessProbed * Update README.md * Update README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: artifactory-ha
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 6.0.0
|
||||
description: Universal Repository Manager supporting all major packaging formats,
|
||||
build tools and CI servers.
|
||||
|
||||
@@ -307,7 +307,7 @@ The following table lists the configurable parameters of the artifactory chart a
|
||||
| `artifactory.internalPort` | Artifactory service internal port | `8081` |
|
||||
| `artifactory.internalPortReplicator` | Replicator service internal port | `6061` |
|
||||
| `artifactory.externalPortReplicator` | Replicator service external port | `6061` |
|
||||
| `artifactory.livenessProbe.enabled` | would you like a livessProbed to be enabled | `true` |
|
||||
| `artifactory.livenessProbe.enabled` | Enable liveness probe | `true` |
|
||||
| `artifactory.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 |
|
||||
| `artifactory.livenessProbe.periodSeconds` | How often to perform the probe | 10 |
|
||||
| `artifactory.livenessProbe.timeoutSeconds` | When the probe times out | 10 |
|
||||
@@ -378,7 +378,7 @@ The following table lists the configurable parameters of the artifactory chart a
|
||||
| `nginx.internalPortHttps` | Nginx service internal port | `443` |
|
||||
| `nginx.internalPortReplicator` | Replicator service internal port | `6061` |
|
||||
| `nginx.externalPortReplicator` | Replicator service external port | `6061` |
|
||||
| `nginx.livenessProbe.enabled` | would you like a livessProbed to be enabled | `true` |
|
||||
| `nginx.livenessProbe.enabled` | Enable liveness probe | `true` |
|
||||
| `nginx.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 100 |
|
||||
| `nginx.livenessProbe.periodSeconds` | How often to perform the probe | 10 |
|
||||
| `nginx.livenessProbe.timeoutSeconds` | When the probe times out | 10 |
|
||||
|
||||
Reference in New Issue
Block a user