From c0452729f51e3ce1efd567f05dfd9211ba2081d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Wed, 29 Dec 2021 11:44:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20web=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/jumpserver/templates/web/deployment-nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jumpserver/templates/web/deployment-nginx.yaml b/charts/jumpserver/templates/web/deployment-nginx.yaml index 5566c22..e905483 100644 --- a/charts/jumpserver/templates/web/deployment-nginx.yaml +++ b/charts/jumpserver/templates/web/deployment-nginx.yaml @@ -56,7 +56,7 @@ spec: resources: {{- toYaml .resources | nindent 12 }} volumeMounts: - - mountPath: "/etc/nginx/conf.d/default.conf" + - mountPath: "/etc/nginx/sites-enabled/default.conf" name: "jms-web-config" subPath: "default.conf" - mountPath: "/opt/jumpserver/data" From 35dd58f0c42ae187282e3605698c03b274931e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Wed, 29 Dec 2021 14:56:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf:=20=E6=B7=BB=E5=8A=A0=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/jumpserver/templates/NOTES.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/charts/jumpserver/templates/NOTES.txt b/charts/jumpserver/templates/NOTES.txt index dcedf4f..558961f 100644 --- a/charts/jumpserver/templates/NOTES.txt +++ b/charts/jumpserver/templates/NOTES.txt @@ -1,4 +1,19 @@ -1. Get the Jumpserver URL by running these commands: +The Installation is Complete. + -------------------------------------------------- + | Documentation: https://docs.jumpserver.org/ | + | Official Website: https://www.jumpserver.org/ | + -------------------------------------------------- + + ██╗██╗ ██╗███╗ ███╗██████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗ + ██║██║ ██║████╗ ████║██╔══██╗██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗ + ██║██║ ██║██╔████╔██║██████╔╝███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝ + ██ ██║██║ ██║██║╚██╔╝██║██╔═══╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗ + ╚█████╔╝╚██████╔╝██║ ╚═╝ ██║██║ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║ + ╚════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ + + Version: {{ .Chart.AppVersion }} + +1. Web access: {{- if .Values.ingress.enabled }} {{- range $host := .Values.ingress.hosts }} http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}