From dfcd9d279ee12cb8f01459016e56f79a35184536 Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Mon, 5 Feb 2024 08:36:28 -0800 Subject: [PATCH] hello world --- incubating/hello-world/Chart.yaml | 2 +- incubating/hello-world/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubating/hello-world/Chart.yaml b/incubating/hello-world/Chart.yaml index ca95939..ab7feee 100644 --- a/incubating/hello-world/Chart.yaml +++ b/incubating/hello-world/Chart.yaml @@ -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-r5 +version: 0.2.1-r6 diff --git a/incubating/hello-world/templates/ingress.yaml b/incubating/hello-world/templates/ingress.yaml index 37a6417..e08d9d8 100644 --- a/incubating/hello-world/templates/ingress.yaml +++ b/incubating/hello-world/templates/ingress.yaml @@ -37,7 +37,7 @@ spec: path: {{ . }} backend: service: - Name: {{ $fullName }} + name: {{ $fullName }} port: number: 8080 {{- end }}