Skip to content

Commit

Permalink
Moved RUM config into K8s secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Oct 3, 2023
1 parent 39f1b82 commit 7ed3e8a
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 961 deletions.
3 changes: 1 addition & 2 deletions content/en/apm/online-boutique/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ If this is the case, continue with [Deploy Online Boutique](#2-deploy-online-bou

## 2. Deploy Online Boutique

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

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

``` bash
cd ~/workshop/apm
./apm-config.sh -r
kubectl apply -f deployment.yaml
```

Expand Down
1 change: 0 additions & 1 deletion content/en/rum/2-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ To deploy the Online Boutique application into K3s, run the apm config script, t

```bash
cd ~/workshop/apm
./apm-config.sh -r
kubectl apply -f deployment.yaml
```

Expand Down
1 change: 0 additions & 1 deletion content/ja/apm/online-boutique/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Online BoutiqueアプリケーションをK3sにデプロイするには、以

``` bash
cd ~/workshop/apm
./apm-config.sh
kubectl apply -f deployment.yaml
```

Expand Down
1 change: 0 additions & 1 deletion content/ja/rum/2-showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ EC2インスタンスのkubernetes(K3s)にOnline Boutiqueのアプリケー
```bash
cd ~/workshop/apm
kubectl delete -f deployment.yaml
./apm-config.sh -r
kubectl apply -f deployment.yaml
```

Expand Down
1 change: 0 additions & 1 deletion content/ja/rum/3-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Online BoutiqueアプリケーションをK3sにデプロイするには、apm c

```bash
cd ~/workshop/apm
./apm-config.sh -r
kubectl apply -f deployment.yaml
```

Expand Down
44 changes: 0 additions & 44 deletions workshop/apm/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions workshop/apm/apm-config.sh

This file was deleted.

Loading

0 comments on commit 7ed3e8a

Please sign in to comment.