[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:
AdamDang
2018-07-15 09:08:56 -07:00
committed by k8s-ci-robot
parent fe7e689039
commit 1b66054fc0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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 |