mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-22 00:43:03 +00:00
commit
1162a30390
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "v2.11.3"
|
appVersion: "v2.11.4"
|
||||||
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
||||||
name: jumpserver
|
name: jumpserver
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
@ -52,7 +52,7 @@ spec:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
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:
|
resources:
|
||||||
{{- toYaml .resources | nindent 12 }}
|
{{- toYaml .resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
14
values.yaml
14
values.yaml
@ -62,7 +62,7 @@ core:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker.io/jumpserver/jms_core
|
repository: docker.io/jumpserver/jms_core
|
||||||
tag: v2.11.3
|
tag: v2.11.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
command: []
|
command: []
|
||||||
@ -152,7 +152,7 @@ koko:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker.io/jumpserver/jms_koko
|
repository: docker.io/jumpserver/jms_koko
|
||||||
tag: v2.11.3
|
tag: v2.11.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
command: []
|
command: []
|
||||||
@ -161,12 +161,14 @@ koko:
|
|||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
tcpSocket:
|
httpGet:
|
||||||
|
path: /koko/health/
|
||||||
port: web
|
port: web
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
tcpSocket:
|
httpGet:
|
||||||
|
path: /koko/health/
|
||||||
port: web
|
port: web
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
@ -238,7 +240,7 @@ lion:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker.io/jumpserver/jms_lion
|
repository: docker.io/jumpserver/jms_lion
|
||||||
tag: v2.11.3
|
tag: v2.11.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
command: []
|
command: []
|
||||||
@ -315,7 +317,7 @@ nginx:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker.io/jumpserver/jms_nginx
|
repository: docker.io/jumpserver/jms_nginx
|
||||||
tag: v2.11.3
|
tag: v2.11.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
command: []
|
command: []
|
||||||
|
Loading…
Reference in New Issue
Block a user