Skip to content

Commit 7ed3e8a

Browse files
committed
Moved RUM config into K8s secrets
1 parent 39f1b82 commit 7ed3e8a

File tree

11 files changed

+37
-961
lines changed

11 files changed

+37
-961
lines changed

content/en/apm/online-boutique/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ If this is the case, continue with [Deploy Online Boutique](#2-deploy-online-bou
2323

2424
## 2. Deploy Online Boutique
2525

26-
To deploy the Online Boutique application into K3s, run the `apm-config.sh` script, then apply the deployment:
26+
To deploy the Online Boutique application into K3s apply the deployment:
2727

2828
{{< tabs >}}
2929
{{% tab title="Deploy Online Boutique" %}}
3030

3131
``` bash
3232
cd ~/workshop/apm
33-
./apm-config.sh -r
3433
kubectl apply -f deployment.yaml
3534
```
3635

content/en/rum/2-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ To deploy the Online Boutique application into K3s, run the apm config script, t
7373

7474
```bash
7575
cd ~/workshop/apm
76-
./apm-config.sh -r
7776
kubectl apply -f deployment.yaml
7877
```
7978

content/ja/apm/online-boutique/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Online BoutiqueアプリケーションをK3sにデプロイするには、以
2828

2929
``` bash
3030
cd ~/workshop/apm
31-
./apm-config.sh
3231
kubectl apply -f deployment.yaml
3332
```
3433

content/ja/rum/2-showcase.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ EC2インスタンスのkubernetes(K3s)にOnline Boutiqueのアプリケー
5151
```bash
5252
cd ~/workshop/apm
5353
kubectl delete -f deployment.yaml
54-
./apm-config.sh -r
5554
kubectl apply -f deployment.yaml
5655
```
5756

content/ja/rum/3-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Online BoutiqueアプリケーションをK3sにデプロイするには、apm c
5050

5151
```bash
5252
cd ~/workshop/apm
53-
./apm-config.sh -r
5453
kubectl apply -f deployment.yaml
5554
```
5655

workshop/apm/README.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

workshop/apm/apm-config.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)