feat: add infra's terraform configs (#164)

* feat: add infra's terraform configs

* feat: add databases for openobserve - multi clusters

* fix: openobserve's db name
This commit is contained in:
Ryan Yin
2024-09-06 20:01:00 +08:00
committed by GitHub
parent 2b47447f0b
commit 68fa7360ff
18 changed files with 327 additions and 9 deletions
@@ -26,12 +26,14 @@
- LongHorn-Storage:
icon: longhorn.svg
href: http://longhorn.writefor.fun/
- Victoria-Metrics:
icon: si-victoriametrics
href: http://vm.writefor.fun/
- KubeVirt-Grafana:
icon: grafana.svg
href: http://k8s-grafana.writefor.fun/
# remote write to main prometheus, disable those two
# - Victoria-Metrics:
# icon: si-victoriametrics
# href: http://vm.writefor.fun/
# - KubeVirt-Grafana:
# icon: grafana.svg
# href: http://k8s-grafana.writefor.fun/
- Homelab Monitoring:
- Grafana:
@@ -56,7 +58,12 @@
href: "https://sftpgo.writefor.fun/web/admin/folders"
description: WebDAV & SFTP server
siteMonitor: https://sftpgo.writefor.fun/
#
- MinIO:
icon: minio.png
href: "https://minio-ui.writefor.fun/"
description: S3 compatible object storage
siteMonitor: "https://minio-ui.writefor.fun/"
# - Kubernetes Monitoring:
# # TODO: Update this
# - Emby:
@@ -10,6 +10,7 @@ in {
};
# Create Directories
# https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html#Type
systemd.tmpfiles.rules = [
"d ${dataDir} 0755 ${user} ${user}"
];