Skip to content

Commit

Permalink
hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Feb 5, 2024
1 parent cee53e9 commit a23c892
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion incubating/hello-world/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A "Hello, World" Helm chart that supports amd64, arm32v6, and arm64v8
name: hello-world
version: 0.2.1-r4
version: 0.2.1-r5
1 change: 0 additions & 1 deletion incubating/hello-world/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
ports:
- name: http
containerPort: 8080
port: 80
protocol: TCP
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion incubating/hello-world/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
service:
Name: {{ $fullName }}
port:
number: 80
number: 8080
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion incubating/hello-world/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: 8080
protocol: TCP
name: http
selector:
Expand Down

0 comments on commit a23c892

Please sign in to comment.