diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 1bce46c88e8ee6f2e4b4cf402007b98257b7a28e..4fb3d109921c010bfcaec0d471437a1b5e16e652 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -21,6 +21,9 @@ spec: imagePullPolicy: Always ports: - containerPort: ${PORT} + protocol: TCP + - containerPort: 1024 + protocol: TCP livenessProbe: httpGet: scheme: HTTP