Add service label values for Nexus (#7973)

* Add service label values for Nexus

Add Nexus label values

Add comment

Signed-off-by: Kyle Williams <kyle.williams@thetradedesk.com>

* Version bump Nexus chart

Signed-off-by: Kyle Williams <kyle.williams@thetradedesk.com>

* Update README

Signed-off-by: Kyle Williams <kyle.williams@thetradedesk.com>

* Bump version

Signed-off-by: Kyle Williams <kyle.williams@thetradedesk.com>

* Bump version

Signed-off-by: Kyle Williams <kyle.williams.0@gmail.com>
This commit is contained in:
Kyle Williams
2018-09-26 09:02:39 -07:00
committed by k8s-ci-robot
parent 4c2c66d518
commit e60a3ca69e
4 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: sonatype-nexus
version: 1.8.0
version: 1.9.0
appVersion: 3.13.0-01
description: Sonatype Nexus is an open source repository manager
keywords:
+1
View File
@@ -72,6 +72,7 @@ The following table lists the configurable parameters of the Nexus chart and the
| `nexus.nexusPort` | Internal port for Nexus service | `8081` |
| `nexus.serviceType` | Service for Nexus | `NodePort` |
| `nexus.securityContext` | Security Context (for enabling official image use `fsGroup: 2000`) | `{}` |
| `nexus.labels` | Service labels | `{}` |
| `nexus.livenessProbe.initialDelaySeconds` | LivenessProbe initial delay | 30 |
| `nexus.livenessProbe.periodSeconds` | Seconds between polls | 30 |
| `nexus.livenessProbe.failureThreshold` | Number of attempts before failure | 6 |
@@ -4,6 +4,9 @@ metadata:
name: {{ template "nexus.fullname" . }}
labels:
{{ include "nexus.labels" . | indent 4 }}
{{- if .Values.nexus.labels }}
{{ toYaml .Values.nexus.labels | indent 4 }}
{{- end }}
{{- if .Values.nexus.annotations }}
annotations:
{{ toYaml .Values.nexus.annotations | indent 4 }}
+1
View File
@@ -26,6 +26,7 @@ nexus:
nexusPort: 8081
serviceType: NodePort
# annotations: {}
# labels: {}
# securityContext:
# fsGroup: 2000
livenessProbe: