Skip to content

Commit 0efee5d

Browse files
committed
Deployed a9b40fd with MkDocs version: 1.6.0
1 parent c13ea62 commit 0efee5d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

helm_charts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ <h2 id="part-i-generating-a-chart-with-one-service">Part I - Generating a Chart
366366
<pre><code>apiVersion: v1
367367
kind: Service
368368
metadata:
369-
name: vote
369+
name: {{ include &quot;vote.fullname&quot; . }}
370370
labels:
371-
{{- include &quot;instavote.labels&quot; . | nindent 4 }}
371+
{{- include &quot;vote.labels&quot; . | nindent 4 }}
372372
spec:
373373
type: {{ .Values.service.type }}
374374
ports:
@@ -378,7 +378,7 @@ <h2 id="part-i-generating-a-chart-with-one-service">Part I - Generating a Chart
378378
name: http
379379
nodePort: {{ .Values.service.nodePort }}
380380
selector:
381-
{{- include &quot;instavote.selectorLabels&quot; . | nindent 4 }}
381+
{{- include &quot;vote.selectorLabels&quot; . | nindent 4 }}
382382
</code></pre>
383383
<p>Install this chart with helm to deploy the <code>vote</code> service as:</p>
384384
<pre><code>helm install -n dev vote . --dry-run

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,5 @@ <h2 id="author">Author</h2>
373373

374374
<!--
375375
MkDocs version : 1.6.0
376-
Build Date UTC : 2025-05-08 02:26:46.431480+00:00
376+
Build Date UTC : 2025-05-08 06:55:58.048384+00:00
377377
-->

ingress_nginx/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
326326
<div class="section" itemprop="articleBody">
327327

328-
<h1 id="lab-k201-application-routing-with-ingress-controllers">Lab K201 - Application Routing with Ingress Controllers</h1>
328+
<h1 id="application-routing-with-ingress-controllers">Application Routing with Ingress Controllers</h1>
329329
<h2 id="pre-requisites">Pre Requisites</h2>
330330
<ul>
331331
<li>Ingress controller such as Nginx, Trafeik needs to be deployed before creating ingress resources.</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)