update helm chart

This commit is contained in:
Stav Ben Simchon 2025-02-06 03:26:02 +02:00
parent bfe42f16bb
commit 51a7ce74b8
2 changed files with 61 additions and 63 deletions

View File

@ -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 }}

View File

@ -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
#