Skip to content

Commit

Permalink
fix: add port name for metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Aug 22, 2024
1 parent 01e1b58 commit 944b821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorcelery/patches/k8s-services
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 5555
- name: metrics
port: 5555
protocol: TCP
targetPort: 5555
selector:
app.kubernetes.io/name: flower
{% endif %}

0 comments on commit 944b821

Please sign in to comment.