Skip to content

Commit 5b51ba6

Browse files
committed
doc(fix): Regenerate the doc
1 parent dd63bb6 commit 5b51ba6

File tree

3 files changed

+73
-54
lines changed

3 files changed

+73
-54
lines changed

doc/docs/labels.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ Health check to be added to the deployment.
187187
```yaml
188188
labels:
189189
katenary.v3/health-check: |-
190-
httpGet:
191-
path: /health
192-
port: 8080
190+
livenessProbe:
191+
httpGet:
192+
path: /health
193+
port: 8080
193194
```
194195

195196
### katenary.v3/ignore

0 commit comments

Comments
 (0)