Skip to content

Commit

Permalink
Merge branch 'main' into auth-238c
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 10, 2025
2 parents fef7656 + 74aed5b commit dc3981b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
prometheus.io/scrape: 'true'
prometheus.io/port: '3000'
prometheus.io/path: '/api/metrics'
rollme: {{ randAlphaNum 5 | quote }}
labels:
{{- include "backend.labels" . | nindent 8 }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
prometheus.io/scrape: 'true'
prometheus.io/port: '3003'
prometheus.io/path: '/metrics'
rollme: {{ randAlphaNum 5 | quote }}
labels:
{{- include "frontend.labels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit dc3981b

Please sign in to comment.