We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdd083 commit 5750206Copy full SHA for 5750206
charts/jupyter/templates/ingress.yaml
@@ -1,6 +1,5 @@
1
{{- if .Values.ingress.enabled -}}
2
{{- $fullName := include "jupyter.fullname" . -}}
3
-{{- $servicePort := .Values.service.port -}}
4
{{- $ingressPath := .Values.ingress.path -}}
5
apiVersion: extensions/v1beta1
6
kind: Ingress
@@ -35,6 +34,6 @@ spec:
35
34
- path: {{ $ingressPath }}
36
backend:
37
serviceName: {{ $fullName }}
38
- servicePort: {{ $servicePort }}
+ servicePort: web
39
{{- end }}
40
charts/jupyter/values.yaml
@@ -31,7 +31,7 @@ ingress:
31
# kubernetes.io/tls-acme: "true"
32
path: /
33
hosts:
- - jupyter.127-0-0-1.nip
+ - jupyter.127-0-0-1.nip.io
tls: []
# - secretName: jupyter-tls
# hosts:
0 commit comments