Skip to content

Commit

Permalink
chore(rabbitmq): fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 3, 2024
1 parent ffec0e0 commit 1bba69d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
13 changes: 6 additions & 7 deletions rabbitmq/prod/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ metadata:
namespace: guardian
spec:
entryPoints:
- web
- websecure
- websecure
routes:
- kind: Rule
match: Host(`mq.prod.nsl.xyz`) && PathPrefix(`/`)
services:
- name: rabbitmq
port: 15672
- kind: Rule
match: Host(`mq.prod.naturalselectionlabs.com`)
services:
- name: rabbitmq
port: 15672
4 changes: 1 addition & 3 deletions rabbitmq/prod/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: rabbitmq
name: rabbitmq-password
namespace: guardian
labels:
app.kubernetes.io/managed-by: Helm
annotations:
avp.kubernetes.io/path: "kv/data/guardian/rabbitmq"
type: Opaque
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ auth:
## e.g:
## existingPasswordSecret: name-of-existing-secret
##
existingPasswordSecret: "rabbitmq"
existingPasswordSecret: "rabbitmq-password"

clustering:
enabled: true
Expand Down

0 comments on commit 1bba69d

Please sign in to comment.