From cee53e9e35cac920d5ca52986f9e8a4e80abc703 Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Sun, 4 Feb 2024 23:31:08 -0800 Subject: [PATCH] Update ingress api type --- incubating/hello-world/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/incubating/hello-world/templates/deployment.yaml b/incubating/hello-world/templates/deployment.yaml index 1c28542..0af13a0 100644 --- a/incubating/hello-world/templates/deployment.yaml +++ b/incubating/hello-world/templates/deployment.yaml @@ -26,6 +26,7 @@ spec: ports: - name: http containerPort: 8080 + port: 80 protocol: TCP livenessProbe: httpGet: