Skip to content

Commit

Permalink
hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Feb 6, 2024
1 parent 840e1cc commit cb74fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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-r7
version: 0.2.1-r8
1 change: 1 addition & 0 deletions incubating/hello-world/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "helloworld.fullname" . }}
namespace: {{ .Values.namespace | default "default" -}}
labels:
app.kubernetes.io/name: {{ include "helloworld.name" . }}
helm.sh/chart: {{ include "helloworld.chart" . }}
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 @@ -38,7 +38,7 @@ spec:
path: {{ . }}
backend:
service:
name: {{ $fullName }}.{{ $namespace }}
name: {{ $fullName }}
port:
number: 8080
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions incubating/hello-world/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "helloworld.fullname" . }}
namespace: {{ .Values.namespace | default "default" -}}
labels:
app.kubernetes.io/name: {{ include "helloworld.name" . }}
helm.sh/chart: {{ include "helloworld.chart" . }}
Expand Down

0 comments on commit cb74fb4

Please sign in to comment.