k8s/helm-charts/dashy/values.yaml
hogweed1 7b5e1f1260
All checks were successful
continuous-integration/drone/push Build is passing
dashy repaired??
2024-08-04 15:34:44 +10:00

238 lines
6.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

image:
repository: lissy93/dashy
tag: 2.1.1
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10310
protocol: http
targetPort: 80
dashy:
# Enable config file mount from host path
enabled: false
configFileHostPath: ""
configFileHostReadOnly: true
# Leave empty if you plan to use config file from host path
dashyConfig:
pageInfo:
title: guaranteedstruggle.host
sections: # An array of sections
#### иконки набраны отсюда https://dashy.to/docs/icons/#home-lab-icons
- name: Fun stuff
items:
- title: Тупица
icon: hl-telegram
description: бот с фаллометрией и нейродебилием
url: https://t.me/alarmingtest_bot
- title: vdk2ch
description: борда (когда-нибудь будет юзабельно)
icon: favicon-iconhorse
url: https://www.vdk2ch.ru/
- title: 3d-realm
description: что-то на webgl-ном
icon: favicon-iconhorse
url: https://3d-realm.guaranteedstruggle.host/
- title: Dashy
description: вот эта дурацкая панель
icon: hl-dashy
url: https://dashy.guaranteedstruggle.host/
- name: into the Fediverse
items:
- title: Pleroma
description: общественный твиттор
icon: hl-pleroma
url: https://social.guaranteedstruggle.host/
- title: Funkwhale
description: mine mediateque
icon: hl-funkwhale
url: https://music.guaranteedstruggle.host/
- title: Pixelfed
description: pictures of wut
icon: hl-pixelfed
url: https://pixels.guaranteedstruggle.host/
- title: Writefreely
description: kind of microblogging
icon: favicon-iconhorse
url: https://blog.guaranteedstruggle.host/
- name: Infra Stuff
icon: far fa-rocket
items:
- title: bind
#icon: si-named
description: nameserver
- title: Gitea
description: source code and whatever
#icon: fab fa-git-alt
icon: favicon-iconhorse
url: https://git.guaranteedstruggle.host/
- title: PuppetServer
icon: si-puppet
description: IaC on few computers
- title: Drone
description: ci/cd jobs
icon: favicon-iconhorse
url: https://drone.guaranteedstruggle.host/
- title: youtrack
description: наивная жира которую не юзают
icon: hl-jetbrains-youtrack
url: https://youtrack.guaranteedstruggle.host/issues
- name: k8s Stuff
icon: hl-kubernetes
items:
- title: Rancher
description: кубодашборд и управление
icon: hl-rancher
url: https://rancher.guaranteedstruggle.host/
- title: Longhorn
description: кубодашборд и управление
icon: hl-longhorn
url: https://longhorn.guaranteedstruggle.host/
- title: Harbor
description: кубодашборд и управление
icon: hl-harbor
url: https://harbor.guaranteedstruggle.host/
- title: weave
description: кубодашборд и управление
icon: favicon-iconhorse
url: https://weave.guaranteedstruggle.host/
- name: Что-то для хранения данных
icon: fa-database
items:
# - title: Consul
# description: service reg and whatever
# icon: favicon-iconhorse
# url: https://consul.guaranteedstruggle.host/
- title: Vault
description: secrets and whatever
icon: favicon-iconhorse
url: https://vault.guaranteedstruggle.host/
- title: ArangoDB
description: графовая бд
icon: si-arangodb
url: https://arango.guaranteedstruggle.host/
- title: PgAdmin
description: подключение к постгресам
icon: hl-pgadmin
url: https://pgadmin.guaranteedstruggle.host/
- title: Minio
description: статика всякая
icon: hl-minio
url: https://minio.guaranteedstruggle.host/
- title: Kafka
description: консьюмеры-продюсеры
icon: si-apachekafka
url: https://kafka.guaranteedstruggle.host/
- name: main clock
# items:
# - title: Docker
# icon: si-docker
# description: ..yes, it's!
# - title: Nginx
# icon: si-nginx
# description: reverse-proxy, yes
# # - title: Postgres
# # icon: si-postgresql
widgets:
- type: clock
options:
timeZone: Asia/Vladivostok
format: en-GB
hideDate: false
- name: мониторинговое
items:
- title: Prometheus
description: сюда льются метрики
icon: hl-prometheus
url: https://prom.guaranteedstruggle.host/
- title: Alertmanager
description: отсюда можно чутка управлять алертами
icon: hl-alertmanager
url: https://alertmanager.guaranteedstruggle.host/
- title: Grafana
description: графики этих ваших метрик
icon: hl-grafana
url: https://grafana.guaranteedstruggle.host/
- title: Loki
description: сбор этих ваших логов для дальнейших графан
icon: hl-loki
appConfig:
theme: adventure
language: en
layout: auto
iconSize: large
#{}
# pageInfo:
# title: Home Lab
workload:
main:
podSpec:
containers:
main:
env:
NODE_ENV: production
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- node
- /app/services/healthcheck
readiness:
enabled: true
custom: true
spec:
exec:
command:
- node
- /app/services/healthcheck
startup:
enabled: true
custom: true
spec:
exec:
command:
- node
- /app/services/healthcheck
persistence:
icons:
enabled: false
mountPath: /app/public/item-icons
portal:
open:
enabled: true