update helm chart
This commit is contained in:
parent
bfe42f16bb
commit
51a7ce74b8
|
|
@ -3,7 +3,7 @@ kind: ConfigMap
|
|||
metadata:
|
||||
labels:
|
||||
{{- include "uv-portal-desktop.labels" . | nindent 4 }}
|
||||
name: system-consts
|
||||
name: {{ include "uv-portal-desktop.name" . }}
|
||||
namespace: {{ include "uv-portal-desktop.namespace" . }}
|
||||
data:
|
||||
{{- .Values.systemConsts.configMapData | toYaml | nindent 2 }}
|
||||
{{- .Values.configMapData | toYaml | nindent 2 }}
|
||||
|
|
|
|||
|
|
@ -55,8 +55,7 @@ env:
|
|||
livenessProbe: {}
|
||||
readinessProbe: {}
|
||||
|
||||
systemConsts:
|
||||
configMapData:
|
||||
configMapData:
|
||||
supervisord.conf: |-
|
||||
[supervisord]
|
||||
redirect_stderr=true
|
||||
|
|
@ -115,4 +114,3 @@ systemConsts:
|
|||
command=bash /usr/local/lib/web/frontend/static/novnc/utils/launch.sh --listen 6081
|
||||
stopasgroup=true
|
||||
#
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue