@stigg/sidecar 2.36.0 → 2.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -58,6 +58,8 @@ docker run --rm --name stigg-sidecar --memory=1gb --cpus="1" --publish=8443:844
58
58
  | `REDIS_KEYS_TTL_IN_SECS` | Number | `7 * 24 * 60 * 60` | Time for entitlements to be cached,<br/>in milliseconds |
59
59
  | `PORT` | Number | `8443` | Server port |
60
60
  | `ENTITLEMENTS_FALLBACK` | String | `` | Fallback entitlements in a JSON string format. |
61
+ | `HEALTH_ENDPOINT_URL` | String | `/livez` | Health endpoint URL |
62
+ | `READY_ENDPOINT_URL` | String | `/readyz` | Ready endpoint URL |
61
63
 
62
64
  \*Required fields
63
65
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stigg/sidecar",
3
3
  "description": "Stigg sidecar",
4
- "version": "2.36.0",
4
+ "version": "2.48.0",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",