mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
4c2c66d518
commit
e60a3ca69e
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -26,6 +26,7 @@ nexus:
|
||||
nexusPort: 8081
|
||||
serviceType: NodePort
|
||||
# annotations: {}
|
||||
# labels: {}
|
||||
# securityContext:
|
||||
# fsGroup: 2000
|
||||
livenessProbe:
|
||||
|
||||
Reference in New Issue
Block a user