Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-7240 - fix mongo service
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 27, 2024
1 parent 8bfd83d commit 08d0c8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/mongo-repset/templates/svc.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ spec:
type: ClusterIP
ports:
- port: 27017
targetPort: 27017
targetPort:
protocol: TCP
name: mongo
- port: 9216
targetPort: 9216
protocol: TCP
Expand Down

0 comments on commit 08d0c8b

Please sign in to comment.