TrueChartsClone/charts/stable/dashdot/values.yaml

98 lines
2.8 KiB
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/dashdot
tag: 4.4.0@sha256:748b6d05f601f03b592481eae86fc7cebcbd56cfc8ab4e6883a47d24c2a12bec
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
capabilities:
add:
- SYS_ADMIN
- SYS_RAWIO
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
DASHDOT_PORT: "{{ .Values.service.main.ports.main.port}}"
# User Defined
# DASHDOT_WIDGET_LIST: os,cpu,storage,ram,network
# DASHDOT_ACCEPT_OOKLA_EULA: true
# DASHDOT_USE_IMPERIAL: false
# DASHDOT_DISABLE_INTEGRATIONS: false
# DASHDOT_SHOW_HOST: true
# DASHDOT_ALWAYS_SHOW_PERCENTAGES: false
# DASHDOT_FS_TYPE_FILTER: "cifs,9p,fuse.rclone,fuse.mergerfs"
# DASHDOT_FS_VIRTUAL_MOUNTS: ""
# DASHDOT_OS_LABEL_LIST: "os,arch,up_since"
# DASHDOT_OS_WIDGET_GROW: "1.5"
# DASHDOT_OS_WIDGET_MIN_WIDTH: "300"
# DASHDOT_ENABLE_CPU_TEMPS: false
# DASHDOT_CPU_LABEL_LIST: "brand,model,cores,threads,frequency"
# DASHDOT_CPU_WIDGET_GROW: "4"
# DASHDOT_CPU_WIDGET_MIN_WIDTH: "500"
# DASHDOT_CPU_DATAPOINTS: "20"
# DASHDOT_CPU_POLL_INTERVAL: "1000"
# DASHDOT_STORAGE_LABEL_LIST: "brand,size,type"
# DASHDOT_STORAGE_WIDGET_GROW: "3.5"
# DASHDOT_STORAGE_WIDGET_MIN_WIDTH: "500"
# DASHDOT_STORAGE_POLL_INTERVAL: "60000"
# DASHDOT_ENABLE_STORAGE_SPLIT_VIEW: false
# DASHDOT_RAM_LABEL_LIST: "brand,size,type,frequency"
# DASHDOT_RAM_WIDGET_GROW: "4"
# DASHDOT_RAM_WIDGET_MIN_WIDTH: "500"
# DASHDOT_RAM_DATAPOINTS: "20"
# DASHDOT_RAM_POLL_INTERVAL: "1000"
# DASHDOT_USE_NETWORK_INTERFACE: ""
# DASHDOT_SPEED_TEST_INTERVAL: "60"
# DASHDOT_NETWORK_LABEL_LIST: "type,speed_up,speed_down,interface_speed"
# DASHDOT_NETWORK_WIDGET_GROW: "6"
# DASHDOT_NETWORK_WIDGET_MIN_WIDTH: "500"
# DASHDOT_NETWORK_DATAPOINTS: "20"
# DASHDOT_NETWORK_POLL_INTERVAL: "1000"
# DASHDOT_OVERRIDE_OS: ""
# DASHDOT_OVERRIDE_ARCH: ""
# DASHDOT_OVERRIDE_CPU_BRAND: ""
# DASHDOT_OVERRIDE_CPU_MODEL: ""
# DASHDOT_OVERRIDE_CPU_CORES: ""
# DASHDOT_OVERRIDE_CPU_THREADS: ""
# DASHDOT_OVERRIDE_CPU_FREQUENCY: ""
# DASHDOT_OVERRIDE_RAM_BRAND: ""
# DASHDOT_OVERRIDE_RAM_SIZE: ""
# DASHDOT_OVERRIDE_RAM_TYPE: ""
# DASHDOT_OVERRIDE_RAM_FREQUENCY: ""
# DASHDOT_OVERRIDE_NETWORK_SPEED_UP: ""
# DASHDOT_OVERRIDE_NETWORK_SPEED_DOWN: ""
# DASHDOT_OVERRIDE_NETWORK_INTERFACE_SPEED: ""
# DASHDOT_OVERRIDE_NETWORK_PUBLIC_IP: ""
# DASHDOT_OVERRIDE_STORAGE_BRANDS: ""
# DASHDOT_OVERRIDE_STORAGE_SIZES: ""
# DASHDOT_OVERRIDE_STORAGE_TYPES: ""
service:
main:
ports:
main:
port: 10044
persistence:
host-mnt:
enabled: true
type: hostPath
hostPath: "/"
mountPath: "/mnt/host"
readOnly: true
mem:
enabled: true
type: hostPath
hostPath: "/dev/mem"
mountPath: "/dev/mem"
readOnly: true
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
portal:
enabled: true