mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-21 00:13:48 +00:00
commit
070d5a5838
@ -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 }}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user