You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: create-and-deploy-kubernetes-pods/index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -379,17 +379,17 @@ <h3 id="writing-pod-spec">Writing Pod Spec</h3>
379
379
<p><strong>Problem Statement:</strong> Create a YAML spec to launch a pod with one container to run vote application, which matches the following specs.</p>
380
380
<ul>
381
381
<li>pod:<ul>
382
-
<li>metadata:</li>
383
-
<li>name: vote</li>
384
-
<li>labels:<ul>
385
-
<li>app: python</li>
386
-
<li>role: vote</li>
387
-
<li>version: v1</li>
382
+
<li>metadata:</li>
383
+
<li>name: vote</li>
384
+
<li>labels:<ul>
385
+
<li>app: python</li>
386
+
<li>role: vote</li>
387
+
<li>version: v1</li>
388
388
</ul>
389
389
</li>
390
390
</ul>
391
391
</li>
392
-
<li>containers:<ul>
392
+
<li>containers:<ul>
393
393
<li>name: app</li>
394
394
<li>image: schoolofdevops/vote:v1</li>
395
395
</ul>
@@ -448,7 +448,7 @@ <h3 id="launching-and-operating-pods">Launching and operating Pods</h3>
0 commit comments