diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 65634cb51e114458cfac7df2bdccb5634864874d..f96166797890b33fac20eb2f484bc6b9a7590eac 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -23,7 +23,7 @@ spec: image: {IMAGE} imagePullPolicy: "Always" ports: - - containerPort: 8080 + - containerPort: 8081 readinessProbe: httpGet: scheme: HTTP