Skip to content

Commit

Permalink
Fixed TCP port in the production overlay manifest file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Oct 4, 2024
1 parent 7fbafb2 commit 3d559c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/overlays/production/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
selector:
app: locust
ports:
- protocol: TCP
- name: web
protocol: TCP
port: 80
targetPort: 8089
type: ClusterIP
Expand Down

0 comments on commit 3d559c8

Please sign in to comment.