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