Skip to content

Commit

Permalink
fix: force new release
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 6, 2024
1 parent ba75922 commit 9f68d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/charts/connect/templates/rtprelay/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: RTPENGINE_HOST
value: {{ .Values.rtprelay.rtpeHost }}
- name: RTPENGINE_PORT
value: {{ .Values.rtprelay.rtpPort | quote}}
value: {{ .Values.rtprelay.rtpePort | quote}}
- name: LOGS_LEVEL
value: {{ .Values.global.logsLevel }}
- name: OTEL_EXPORTER_JAEGER_ENDPOINT
Expand Down
2 changes: 1 addition & 1 deletion ops/charts/connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ rtprelay:
# RTPEngine host
rtpeHost: ""
# RTPEngine port
rtpPort: 22222
rtpePort: 22222
# RTPRelay image configuration
image:
# RTPRelay image repository
Expand Down

0 comments on commit 9f68d3d

Please sign in to comment.