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 }} 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"