From 47faeb3661e868a372a4b735c9c99857dba101a8 Mon Sep 17 00:00:00 2001 From: gaju569 <117760786+gaju569@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:48:15 +0530 Subject: [PATCH] Update shopfront-service.yaml --- kubernetes/shopfront-service.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/shopfront-service.yaml b/kubernetes/shopfront-service.yaml index bdd5118..51e4d53 100644 --- a/kubernetes/shopfront-service.yaml +++ b/kubernetes/shopfront-service.yaml @@ -11,7 +11,7 @@ spec: app: shopfront ports: - protocol: TCP - port: 8010 + port: 8080 name: http --- @@ -33,10 +33,10 @@ spec: - name: shopfront image: thetips4you/shopfront:latest ports: - - containerPort: 8010 + - containerPort: 8080 livenessProbe: httpGet: path: /health - port: 8010 + port: 8080 initialDelaySeconds: 30 timeoutSeconds: 1