Skip to content

Commit

Permalink
rename kvrocks port
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro committed Jun 10, 2024
1 parent d7cbf8c commit f2514bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helm-chart/templates/cvat_kvrocks/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
{{- include "cvat.labels" . | nindent 4 }}
type: ClusterIP
ports:
- port: 6666
targetPort: 6666
- name: tcp-kvrocks
port: 6666
targetPort: kvrocks
protocol: TCP
name: http
{{- end }}
3 changes: 2 additions & 1 deletion helm-chart/templates/cvat_kvrocks/statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
ports:
- containerPort: 6666
- name: kvrocks
containerPort: 6666
env:
- name: CVAT_REDIS_ONDISK_PASSWORD
valueFrom:
Expand Down

0 comments on commit f2514bb

Please sign in to comment.