Skip to content

Commit

Permalink
Merge pull request #10 from curie-data-factory/nexus
Browse files Browse the repository at this point in the history
add
  • Loading branch information
armandleopold authored Apr 15, 2021
2 parents d4f1e9e + 5b26d21 commit a3b8d9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nexus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nexus
description: Sonatype Nexus is an open source repository manager
type: application
appVersion: "3.30.0"
version: "1.0.0"
version: "1.0.1"
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/nexus
icon: https://help.sonatype.com/docs/files/331022/34537964/3/1564671303641/NexusRepo_Icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/nexus/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
paths:
- path: /
backend:
serviceName: {{ .Release.Name }}
serviceName: "{{ .Release.Name }}-{{ .Values.image.name }}"
servicePort: 8081
{{- if .Values.ingress.tls }}
tls:
Expand All @@ -46,7 +46,7 @@ spec:
paths:
- path: /
backend:
serviceName: {{ .Release.Name }}
serviceName: "{{ .Release.Name }}-{{ .Values.image.name }}"
servicePort: 8083
tls:
- hosts:
Expand All @@ -73,7 +73,7 @@ spec:
paths:
- path: /
backend:
serviceName: {{ .Release.Name }}
serviceName: "{{ .Release.Name }}-{{ .Values.image.name }}"
servicePort: 8082
tls:
- hosts:
Expand Down

0 comments on commit a3b8d9a

Please sign in to comment.