Jupyter fix hostname editing and remove extra load balancer

This commit is contained in:
Amit Rathi 2019-08-01 14:36:16 +00:00 committed by Mike Greiling
parent 760e75c8fa
commit f485686131
3 changed files with 10 additions and 0 deletions

View File

@ -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`

View File

@ -0,0 +1,5 @@
---
title: Jupyter fixes
merge_request: 31332
author: Amit Rathi
type: fixed

View File

@ -57,3 +57,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
proxy:
service:
type: ClusterIP