Commit f4856861 authored by Amit  Rathi's avatar Amit Rathi Committed by Mike Greiling

Jupyter fix hostname editing and remove extra load balancer

parent 760e75c8
......@@ -171,6 +171,7 @@ export default class ClusterStore {
this.state.applications.cert_manager.email || serverAppEntry.email;
} else if (appId === JUPYTER) {
this.state.applications.jupyter.hostname =
this.state.applications.jupyter.hostname ||
serverAppEntry.hostname ||
(this.state.applications.ingress.externalIp
? `jupyter.${this.state.applications.ingress.externalIp}.nip.io`
......
---
title: Jupyter fixes
merge_request: 31332
author: Amit Rathi
type: fixed
......@@ -57,3 +57,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
proxy:
service:
type: ClusterIP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment