Skip to content

Commit 414e71d

Browse files
authored
docs: add probe configuration (#836)
1 parent 8fb5ca0 commit 414e71d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can run the backend on any Kubernetes cluster with a supported version using
4545
```yaml
4646
image:
4747
repository: ghcr.io/envelope-zero/backend
48-
tag: v0.2.1
48+
tag: v3.3.4
4949

5050
# All data is stored to a sqlite database in /data.
5151
# Make sure to persist and backup this directory.
@@ -76,6 +76,15 @@ ingress:
7676
tls:
7777
- hosts:
7878
- envelope-zero.example.com
79+
80+
livenessProbe:
81+
httpGet:
82+
path: /healthz
83+
84+
readinessProbe:
85+
httpGet:
86+
path: /healthz
87+
port: http
7988
```
8089
8190
## Supported Versions

0 commit comments

Comments
 (0)