mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-21 00:13:48 +00:00
commit
1162a30390
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v2.11.3"
|
||||
appVersion: "v2.11.4"
|
||||
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
||||
name: jumpserver
|
||||
version: 0.1.0
|
||||
|
@ -52,7 +52,7 @@ spec:
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /opt/py3/bin/python /opt/jumpserver/apps/manage.py check_celery
|
||||
- /opt/py3/bin/python /opt/jumpserver/jms status task | grep stopped && exit 1 || exit 0
|
||||
resources:
|
||||
{{- toYaml .resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
14
values.yaml
14
values.yaml
@ -62,7 +62,7 @@ core:
|
||||
|
||||
image:
|
||||
repository: docker.io/jumpserver/jms_core
|
||||
tag: v2.11.3
|
||||
tag: v2.11.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -152,7 +152,7 @@ koko:
|
||||
|
||||
image:
|
||||
repository: docker.io/jumpserver/jms_koko
|
||||
tag: v2.11.3
|
||||
tag: v2.11.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -161,12 +161,14 @@ koko:
|
||||
|
||||
livenessProbe:
|
||||
failureThreshold: 30
|
||||
tcpSocket:
|
||||
httpGet:
|
||||
path: /koko/health/
|
||||
port: web
|
||||
|
||||
readinessProbe:
|
||||
failureThreshold: 30
|
||||
tcpSocket:
|
||||
httpGet:
|
||||
path: /koko/health/
|
||||
port: web
|
||||
|
||||
podSecurityContext: {}
|
||||
@ -238,7 +240,7 @@ lion:
|
||||
|
||||
image:
|
||||
repository: docker.io/jumpserver/jms_lion
|
||||
tag: v2.11.3
|
||||
tag: v2.11.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -315,7 +317,7 @@ nginx:
|
||||
|
||||
image:
|
||||
repository: docker.io/jumpserver/jms_nginx
|
||||
tag: v2.11.3
|
||||
tag: v2.11.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
|
Loading…
Reference in New Issue
Block a user