Skip to content

Commit

Permalink
Change name of repo-updater port to reflect protocol
Browse files Browse the repository at this point in the history
Repo updater doesn't speak HTTP on this port anymore (well, gRPC via HTTP/2, but you get it) so this is a small naming adjustment, that could also help with istio.
  • Loading branch information
eseliger committed May 8, 2024
1 parent 7e83cfc commit 0864c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3182
name: http
name: grpc
- containerPort: 6060
name: debug
readinessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
name: repo-updater
spec:
ports:
- name: http
- name: grpc
port: 3182
targetPort: http
targetPort: grpc
selector:
{{- include "sourcegraph.selectorLabels" . | nindent 4 }}
app: repo-updater
Expand Down

0 comments on commit 0864c5d

Please sign in to comment.