Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# argocd-course-webapp
Example of simple web app with CI pipeline
2 changes: 1 addition & 1 deletion WebApplication1/Pages/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
ViewData["Title"] = "Home page Test Boy";
}

<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion helm/webapp/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- port: {{ .Values.service.port }}
targetPort: http
{{- if .Values.service.nodeport }}
nodePort: {{ .Values.service.port }}
nodePort: {{ .Values.service.nodeport }}
{{- end }}
protocol: TCP
name: http
Expand Down
2 changes: 1 addition & 1 deletion helm/webapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: mabusaa/argocd-course-webapp
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "9dbc07045cd3502b9863803b21356cd5ec2a93eb"
tag: a97182fc074b551f9ed8d23732f1a8d0a0154ffd

imagePullSecrets: []
nameOverride: ""
Expand Down