Skip to content

Commit

Permalink
chore: sepearte locust ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Oct 27, 2024
1 parent 3c829d0 commit 0afeb55
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
18 changes: 18 additions & 0 deletions helm/nshm/templates/locust-ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: locust-ingress
namespace: locust
spec:
ingressClassName: nginx
rules:
- host: locust.nshm.store
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: locust-master
port:
number: 8089
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ spec:
name: notification
port:
number: 8085
- path: /locust
pathType: Prefix
backend:
service:
name: locust-master
port:
number: 8089
- path: /rabbitmq
pathType: Prefix
backend:
Expand Down

0 comments on commit 0afeb55

Please sign in to comment.