From a23c8929ab5b37d4184b70f29894313a29590b6d Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Mon, 5 Feb 2024 08:31:24 -0800 Subject: [PATCH] hello world --- incubating/hello-world/Chart.yaml | 2 +- incubating/hello-world/templates/deployment.yaml | 1 - incubating/hello-world/templates/ingress.yaml | 2 +- incubating/hello-world/templates/service.yaml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/incubating/hello-world/Chart.yaml b/incubating/hello-world/Chart.yaml index 6cfa0ff..ca95939 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-r4 +version: 0.2.1-r5 diff --git a/incubating/hello-world/templates/deployment.yaml b/incubating/hello-world/templates/deployment.yaml index 0af13a0..1c28542 100644 --- a/incubating/hello-world/templates/deployment.yaml +++ b/incubating/hello-world/templates/deployment.yaml @@ -26,7 +26,6 @@ spec: ports: - name: http containerPort: 8080 - port: 80 protocol: TCP livenessProbe: httpGet: diff --git a/incubating/hello-world/templates/ingress.yaml b/incubating/hello-world/templates/ingress.yaml index 2cc4405..37a6417 100644 --- a/incubating/hello-world/templates/ingress.yaml +++ b/incubating/hello-world/templates/ingress.yaml @@ -39,7 +39,7 @@ spec: service: Name: {{ $fullName }} port: - number: 80 + number: 8080 {{- end }} {{- end }} {{- end }} diff --git a/incubating/hello-world/templates/service.yaml b/incubating/hello-world/templates/service.yaml index f0637b0..e720300 100644 --- a/incubating/hello-world/templates/service.yaml +++ b/incubating/hello-world/templates/service.yaml @@ -15,7 +15,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: 8080 protocol: TCP name: http selector: