diff --git a/templates/Netdata/0/README.md b/templates/Netdata/0/README.md deleted file mode 100644 index 78c119b..0000000 --- a/templates/Netdata/0/README.md +++ /dev/null @@ -1 +0,0 @@ -# Netdata \ No newline at end of file diff --git a/templates/Netdata/0/docker-compose.yml b/templates/Netdata/0/docker-compose.yml deleted file mode 100644 index 1818b9a..0000000 --- a/templates/Netdata/0/docker-compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -netdata: - image: titpetric/netdata:latest - labels: - io.rancher.container.pull_image: always - io.rancher.scheduler.global: 'true' - uts: host - cap_add: - - SYS_PTRACE - volumes: - - /proc:/host/proc:ro - - /sys:/host/sys:ro - - /var/run/docker.sock:/var/run/docker.sock:ro - environment: - NETDATA_PORT: "${NETDATA_PORT}" \ No newline at end of file diff --git a/templates/Netdata/0/rancher-compose.yml b/templates/Netdata/0/rancher-compose.yml deleted file mode 100644 index 4496ae5..0000000 --- a/templates/Netdata/0/rancher-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: '2' -catalog: - name: Netdata - version: latest - # description: - # minimum_rancher_version: - # maximum_rancher_version: - # upgrade_from: - questions: - - - variable: NETDATA_PORT - label: Port - description: Container port to access netdata - required: true - type: int - default: 19999 - -netdata: - scale: 1 \ No newline at end of file diff --git a/templates/Netdata/config.yml b/templates/Netdata/config.yml deleted file mode 100644 index b3722e3..0000000 --- a/templates/Netdata/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Netdata -description: | - Status: NOT READY -# version: -category: Monitoring -maintainer: WilliamMiceli -# license: -# projectURL: \ No newline at end of file