mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-08 01:15:38 +01:00
update helm chart
This commit is contained in:
parent
bfe42f16bb
commit
51a7ce74b8
2 changed files with 61 additions and 63 deletions
|
|
@ -3,7 +3,7 @@ kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "uv-portal-desktop.labels" . | nindent 4 }}
|
{{- include "uv-portal-desktop.labels" . | nindent 4 }}
|
||||||
name: system-consts
|
name: {{ include "uv-portal-desktop.name" . }}
|
||||||
namespace: {{ include "uv-portal-desktop.namespace" . }}
|
namespace: {{ include "uv-portal-desktop.namespace" . }}
|
||||||
data:
|
data:
|
||||||
{{- .Values.systemConsts.configMapData | toYaml | nindent 2 }}
|
{{- .Values.configMapData | toYaml | nindent 2 }}
|
||||||
|
|
|
||||||
|
|
@ -55,8 +55,7 @@ env:
|
||||||
livenessProbe: {}
|
livenessProbe: {}
|
||||||
readinessProbe: {}
|
readinessProbe: {}
|
||||||
|
|
||||||
systemConsts:
|
configMapData:
|
||||||
configMapData:
|
|
||||||
supervisord.conf: |-
|
supervisord.conf: |-
|
||||||
[supervisord]
|
[supervisord]
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
|
@ -115,4 +114,3 @@ systemConsts:
|
||||||
command=bash /usr/local/lib/web/frontend/static/novnc/utils/launch.sh --listen 6081
|
command=bash /usr/local/lib/web/frontend/static/novnc/utils/launch.sh --listen 6081
|
||||||
stopasgroup=true
|
stopasgroup=true
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue