mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-21 00:13:48 +00:00
fix: 修正端口获取
This commit is contained in:
parent
c5a7cfbed7
commit
c20199b5d7
@ -66,7 +66,7 @@ spec:
|
||||
{{- else }}
|
||||
failureThreshold: 30
|
||||
tcpSocket:
|
||||
port: magnus-{{ template "jumpserver.magnus.port.start" }}
|
||||
port: magnus-{{ $magnusPortStart }}
|
||||
{{- end }}
|
||||
readinessProbe:
|
||||
{{- if .readinessProbe }}
|
||||
@ -74,7 +74,7 @@ spec:
|
||||
{{- else }}
|
||||
failureThreshold: 30
|
||||
tcpSocket:
|
||||
port: magnus-{{ template "jumpserver.magnus.port.start" }}
|
||||
port: magnus-{{ $magnusPortStart }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .resources | nindent 12 }}
|
||||
|
Loading…
Reference in New Issue
Block a user