Skip to content

Commit f5415a9

Browse files
committed
Markdown formatting
1 parent e9620a6 commit f5415a9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Copyright 2022 Splunk Inc.
1212

1313
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
1414

15-
http://www.apache.org/licenses/LICENSE-2.0
15+
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
1616

1717
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1818

content/en/tko/session-5/docs/deploy-apache.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@ Validate that content of `otel-apache.yaml` exists in the ConfigMap for the coll
101101

102102
## 5. Create PHP/Apache Deployment YAML
103103

104-
In the terminal window create a new file called `php-apache.yaml` and copy the following YAML into the file.
104+
In the terminal window create a new file called `php-apache.yaml` and copy the following YAML into the file:
105105

106106
{{< tabpane >}}
107-
{{< tab header="php-apache.yaml" lang="yaml" >}}apiVersion: apps/v1
107+
{{< tab header="php-apache.yaml" lang="yaml" >}}
108+
apiVersion: apps/v1
108109
kind: Deployment
109110
metadata:
110111
name: php-apache

content/en/tko/session-5/docs/deploy-loadgen.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Now to see how the autoscaler reacts to increased load. To do this, you'll start
88

99
## 1. Create loadgen YAML
1010

11-
In the terminal window create a new file using (`vim` or `nano`) called `loadgen.yaml` and copy the following YAML into the file.
11+
In the terminal window create a new called `loadgen.yaml` and copy the following YAML into the file:
1212

13-
``` yaml
13+
{{< tabpane >}}
14+
{{< tab header="loadgen.yaml" lang="yaml" >}}
1415
apiVersion: apps/v1
1516
kind: Deployment
1617
metadata:
@@ -35,7 +36,8 @@ spec:
3536
- /bin/sh
3637
- -c
3738
- "while true; do wget -q -O- http://php-apache.apache.svc.cluster.local; done"
38-
```
39+
{{< /tab >}}
40+
{{< /tabpane >}}
3941

4042
## 2. Create a new namespace
4143

0 commit comments

Comments
 (0)