File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
367367kind: Service
368368metadata:
369- name: vote
369+ name: {{ include " vote.fullname" . }}
370370 labels:
371- {{- include "instavote .labels" . | nindent 4 }}
371+ {{- include "vote .labels" . | nindent 4 }}
372372spec:
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 "instavote .selectorLabels" . | nindent 4 }}
381+ {{- include "vote .selectorLabels" . | 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
Original file line number Diff line number Diff line change @@ -373,5 +373,5 @@ <h2 id="author">Author</h2>
373373
374374<!--
375375MkDocs 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-->
Original file line number Diff line number Diff line change 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 >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments