mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
update readme
Signed-off-by: Catalin Moroianu <c.moroianu@travelaudience.com>
This commit is contained in:
@@ -66,7 +66,7 @@ The following table lists the configurable parameters of the Nexus chart and the
|
||||
| `replicaCount` | Number of Nexus service replicas | `1` |
|
||||
| `deploymentStrategy` | Deployment Strategy | `rollingUpdate` |
|
||||
| `nexus.imageName` | Nexus image | `quay.io/travelaudience/docker-nexus` |
|
||||
| `nexus.imageTag` | Version of Nexus | `3.15.2` |
|
||||
| `nexus.imageTag` | Version of Nexus | `3.17.0` |
|
||||
| `nexus.imagePullPolicy` | Nexus image pull policy | `IfNotPresent` |
|
||||
| `nexus.env` | Nexus environment variables | `[{install4jAddVmParams: -Xms1200M -Xmx1200M -XX:MaxDirectMemorySize=2G -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap}]` |
|
||||
| `nexus.resources` | Nexus resource requests and limits | `{}` |
|
||||
@@ -93,7 +93,7 @@ The following table lists the configurable parameters of the Nexus chart and the
|
||||
| `nexusProxy.targetPort` | Container Port for Nexus proxy | `8080` |
|
||||
| `nexusProxy.port` | Port for exposing Nexus | `8080` |
|
||||
| `nexusProxy.imageName` | Proxy image | `quay.io/travelaudience/docker-nexus-proxy` |
|
||||
| `nexusProxy.imageTag` | Proxy image version | `2.4.0_8u191` |
|
||||
| `nexusProxy.imageTag` | Proxy image version | `2.5.0` |
|
||||
| `nexusProxy.imagePullPolicy` | Proxy image pull policy | `IfNotPresent` |
|
||||
| `nexusProxy.resources` | Proxy resource requests and limits | `{}` |
|
||||
| `nexusProxy.env.nexusHttpHost` | Nexus url to access Nexus | `nil` |
|
||||
@@ -112,7 +112,7 @@ The following table lists the configurable parameters of the Nexus chart and the
|
||||
| `persistence.existingClaim` | Existing persistent volume name | `nil` |
|
||||
| `nexusBackup.enabled` | Nexus backup process | `false` |
|
||||
| `nexusBackup.imageName` | Nexus backup image | `quay.io/travelaudience/docker-nexus-backup` |
|
||||
| `nexusBackup.imageTag` | Nexus backup image version | `1.4.0` |
|
||||
| `nexusBackup.imageTag` | Nexus backup image version | `1.5.0` |
|
||||
| `nexusBackup.imagePullPolicy` | Backup image pull policy | `IfNotPresent` |
|
||||
| `nexusBackup.env.targetBucket` | Required if `nexusBackup` is enabled. Google Cloud Storage bucker for backups format `gs://BACKUP_BUCKET` | `nil` |
|
||||
| `nexusBackup.nexusAdminPassword` | Nexus admin password used by the backup container to access Nexus API. This password should match the one that gets chosen by the user to replace the default admin password after the first login | `admin123` |
|
||||
|
||||
Reference in New Issue
Block a user