feat(magicmirror-2) add magicmirror-2 (#4345)

* feat(magicmirror-2) add magicmirror-2

* change icon

* add uid + gid

* rar and rofs false

* disable probes

* set higher probe rates

* disable probes

* rename and probes

* mount config file

* update confmap

* add gui

* update path

* whoops..

* fix common.yaml

* whopsies

* Update charts/incubator/magicmirror2/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/magicmirror2/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* ...

* Update charts/incubator/magicmirror2/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-11-10 10:47:57 +01:00
committed by GitHub
co-authored by Stavros kois Stavros Kois
parent 10d7852fcd
commit 0394ce17cc
8 changed files with 425 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
image:
repository: tccr.io/truecharts/magicmirror-2
pullPolicy: IfNotPresent
tag: latest@sha256:d39dd5ba0f16b97ce6da85803c780fa6880569dbcce141c6a4e4700079501625
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
magicmirror:
force_update: false
force_update_modules: false
language: en
time_format: "24"
units: metrics
envFrom:
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-magicmirror-env'
probes:
liveness:
type: HTTP
path: /
readiness:
type: HTTP
path: /
startup:
type: HTTP
path: /
service:
main:
ports:
main:
port: 10590
protocol: HTTP
persistence:
config:
enabled: true
mountPath: /magicmirror2
configfile:
enabled: true
type: custom
mountPath: /magicmirror2/config/config.js
subPath: config.js
defaultMode: "0770"
volumeSpec:
configMap:
name: '{{ printf "%s-magicmirror-config" (include "tc.common.names.fullname" .) }}'
portal:
enabled: true