Files
truecharts/charts/stable/dashdot/values.yaml
Kjeld Schouten-Lebbing 0b726419d4 feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-11 12:07:17 +02:00

114 lines
3.7 KiB
YAML

image:
repository: tccr.io/truecharts/dashdot
tag: 4.9.1@sha256:9d35440bde58ac5c72c87184cba219ce71c1cb35ee7c2ccefbcc74a00d1f0bb3
pullPolicy: IfNotPresent
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
capabilities:
add:
- SYS_ADMIN
- SYS_RAWIO
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10044
protocol: http
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
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_DEVICE_FILTER: "sda,sdb"
# 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: ""
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
portal:
open:
enabled: true