Skip to content

Commit

Permalink
Changes port rabbitmq service
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Mar 3, 2024
1 parent bb649d7 commit 628a608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .k8s/rabbitmq-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ metadata:
name: rabbitmq
spec:
ports:
- name: "5630"
port: 5630
- name: "5672"
port: 5672
targetPort: 5672
- name: "8090"
port: 8090
- name: "15672"
port: 15672
targetPort: 15672
selector:
name: rabbitmq
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ services:
image: 'rabbitmq:3.12-management'
restart: unless-stopped
ports:
- 5630:5672
- 8090:15672
- 5672:5672
- 15672:15672
environment:
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
- RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS}

0 comments on commit 628a608

Please sign in to comment.