Skip to content

Commit e7866cf

Browse files
committed
Chore: README improvements
1 parent c04a01f commit e7866cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/rtc-egress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: rtc-egress
33
description: Agora RTC Egress Suite - Separated 5-service architecture for real-time video recording, flexible recording, file upload, and webhook notifications
44
type: application
55
version: 1.3.7
6-
appVersion: "v1.2.13"
6+
appVersion: "v1.2.14"
77
home: https://github.com/AgoraIO/RTC-Egress
88
sources:
99
- https://github.com/AgoraIO/RTC-Egress

charts/rtc-egress/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
kubectl --namespace {{ .Release.Namespace }} port-forward svc/{{ include "rtc-egress.fullname" . }}-uploader 8194:8194
2222
curl http://localhost:8194/health
2323

24-
# Webhook Notifier (health-only; no inbound API)
24+
# Webhook Notifier
2525
kubectl --namespace {{ .Release.Namespace }} port-forward svc/{{ include "rtc-egress.fullname" . }}-webhook-notifier 8195:8195
2626
curl http://localhost:8195/health
2727

0 commit comments

Comments
 (0)