Skip to content

Commit

Permalink
Publish RMQ metrics EP
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitades committed Oct 22, 2023
1 parent 5e9a512 commit fcc8889
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .k8s/prod/carres-rmq-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ spec:
port: 15672
targetPort: stats
nodePort: null
- name: http-monitoring
port: 15692
targetPort: monitoring
nodePort: null
selector:
app.kubernetes.io/name: rabbitmq
app.kubernetes.io/instance: rmq
Expand Down Expand Up @@ -274,6 +278,8 @@ spec:
containerPort: 15672
- name: epmd
containerPort: 4369
- name: monitoring
containerPort: 15692
livenessProbe:
failureThreshold: 6
initialDelaySeconds: 120
Expand Down Expand Up @@ -338,3 +344,10 @@ spec:
name: rmq-rabbitmq
port:
name: http-stats
- path: /monitoring
pathType: ImplementationSpecific
backend:
service:
name: rmq-rabbitmq
port:
name: http-monitoring

0 comments on commit fcc8889

Please sign in to comment.