Skip to content

Commit

Permalink
Merge branch 'karnzx/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Jul 23, 2024
2 parents 861b363 + 943bf66 commit 65c1cbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/kubenurse/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ kind: Ingress
metadata:
labels:
{{- include "kubenurse.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "kubenurse.fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
Expand All @@ -23,4 +27,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.url }}
{{- with .Values.ingress.tlsSecretName }}
secretName: {{ . }}
{{- end -}}
{{- end -}}
2 changes: 2 additions & 0 deletions helm/kubenurse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,7 @@ service:
ingress:
enabled: true
className: nginx
annotations: {}
tlsSecretName: ""
# KUBENURSE_INGRESS_URL
url: dummy-kubenurse.example.com

0 comments on commit 65c1cbf

Please sign in to comment.