From 436454d843b7dde00a7fe891bc43af7ddf7f79ea Mon Sep 17 00:00:00 2001 From: ubuntu Date: Mon, 14 Apr 2025 17:43:51 +0000 Subject: [PATCH] add cloud containers --- services.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ settings.yaml | 3 +++ 2 files changed, 53 insertions(+) diff --git a/services.yaml b/services.yaml index 9e89cc8..61c971e 100644 --- a/services.yaml +++ b/services.yaml @@ -79,6 +79,56 @@ node: pve02 fields: ["vms", "resources.cpu", "resources.mem"] +- Containers Cloud: + - Portainer: + href: https://159.89.241.72:9443 + description: Container Management + icon: /icons/portainer.svg + siteMonitor: https://159.89.241.72:9443 + widget: + type: portainer + url: https://159.89.241.72:9443 + env: 3 + key: ptr_yweb2qAQ80ag4u3w+2IN1pjSrL1/YOZnjyJdSU+I/Vo= + - Traefik: + href: http://159.89.241.72:8080 + description: Reverse proxy and load balancer + icon: sh-traefik.svg + widget: + type: traefik + url: http://159.89.241.72:8080 + - CPU: + icon: mdi-desktop-classic + widget: + type: glances + url: http://159.89.241.72:61208 + version: 4 + metric: cpu + - Memory: + widget: + type: glances + url: http://159.89.241.72:61208 + version: 4 + metric: memory + - Containers: + href: http://159.89.241.72:61208 + widget: + type: glances + url: http://159.89.241.72:61208 + version: 4 + metric: containers + - Disk: + widget: + type: glances + url: http://159.89.241.72:61208 + version: 4 + metric: fs:/etc/hosts + - Volume: + widget: + type: glances + url: http://159.89.241.72:61208 + version: 4 + metric: fs:/mnt/kyjung - Containers Sandbox: - Portainer: href: https://192.168.40.7:9443 diff --git a/settings.yaml b/settings.yaml index aead49c..202b8c8 100644 --- a/settings.yaml +++ b/settings.yaml @@ -3,6 +3,9 @@ layout: Infrastructure: style: row columns: 3 + 'Containers Cloud': + style: row + columns: 4 'Containers Sandbox': style: row columns: 4