summaryrefslogtreecommitdiffstats
path: root/integrations/deploy.yaml
diff options
context:
space:
mode:
authorSatyadeep Ashwathnarayana <96257330+sashwathn@users.noreply.github.com>2023-08-01 21:47:12 +0530
committerGitHub <noreply@github.com>2023-08-01 17:17:12 +0100
commit616d2e2219000215230b58be0e70ac2a595e71b6 (patch)
tree7597df7db8e284b997fa44b5dca4170596d4640a /integrations/deploy.yaml
parent7a67bce0b01bdcfdbac9d135a3a15c9ec80904fa (diff)
Update deploy.yaml (#15687)
Reverting changes to https://github.com/netdata/netdata/pull/15676
Diffstat (limited to 'integrations/deploy.yaml')
-rw-r--r--integrations/deploy.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/integrations/deploy.yaml b/integrations/deploy.yaml
index 27e6d1ae0f..ff24968258 100644
--- a/integrations/deploy.yaml
+++ b/integrations/deploy.yaml
@@ -236,7 +236,6 @@
commands:
- channel: nightly
command: |
- ```bash
docker run -d --name=netdata \
--pid=host \
--network=host \
@@ -257,11 +256,9 @@
-e NETDATA_CLAIM_URL={% claim_url %} \
-e NETDATA_CLAIM_ROOMS={% $claim_rooms %} \
netdata/netdata:edge
- ```
- channel: stable
command: |
- ```bash
docker run -d --name=netdata \
--pid=host \
--network=host \
@@ -282,12 +279,10 @@
-e NETDATA_CLAIM_URL={% claim_url %} \
-e NETDATA_CLAIM_ROOMS={% $claim_rooms %} \
netdata/netdata:stable
- ```
- method: Docker Compose
commands:
- channel: nightly
command: |
- ```yaml
version: '3'
services:
netdata:
@@ -319,10 +314,8 @@
netdataconfig:
netdatalib:
netdatacache:
- ```
- channel: stable
command: |
- ```yaml
version: '3'
services:
netdata:
@@ -354,12 +347,10 @@
netdataconfig:
netdatalib:
netdatacache:
- ```
- method: Docker Swarm
commands:
- channel: nightly
command: |
- ```yaml
version: '3'
services:
netdata:
@@ -392,10 +383,8 @@
netdataconfig:
netdatalib:
netdatacache:
- ```
- channel: stable
command: |
- ```yaml
version: '3'
services:
netdata:
@@ -428,7 +417,6 @@
netdataconfig:
netdatalib:
netdatacache:
- ```
additional_info: ''
related_resources: {}
platform_info:
@@ -455,7 +443,6 @@
commands:
- channel: nightly
command: |
- ```bash
helm install netdata netdata/netdata \
--set image.tag=latest \
--set parent.claiming.enabled="true" \
@@ -464,10 +451,8 @@
--set child.claiming.enabled="true" \
--set child.claiming.token={% claim_token %} \
--set child.claiming.rooms={% $claim_rooms %}
- ```
- channel: stable
command: |
- ```bash
helm install netdata netdata/netdata \
--set image.tag=stable \
--set parent.claiming.enabled="true" \
@@ -476,12 +461,10 @@
--set child.claiming.enabled="true" \
--set child.claiming.token={% claim_token %} \
--set child.claiming.rooms={% $claim_rooms %}
- ```
- method: Existing Cluster
commands:
- channel: nightly
command: |
- ```yaml
image:
tag: latest
@@ -499,10 +482,8 @@
enabled: true
token: {% claim_token %}
rooms: {% $claim_rooms %}
- ```
- channel: stable
command: |
- ```yaml
image:
tag: stable
@@ -517,7 +498,6 @@
enabled: true
token: {% claim_token %}
rooms: {% $claim_rooms %}
- ```
additional_info: ''
related_resources: {}
most_popular: true