Skip to content

Commit

Permalink
change name of the service to note the http-ness of the service
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed May 14, 2024
1 parent 0528a9b commit 22b2064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels: {{ include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: manager
app.kubernetes.io/part-of: uffizzi
name: {{ include "common.names.fullname" . | trunc 55 | trimSuffix "-" }}-metrics
name: {{ include "common.names.fullname" . | trunc 55 | trimSuffix "-" }}-http-metrics
namespace: {{ .Release.Namespace | quote }}
spec:
ports:
Expand Down

0 comments on commit 22b2064

Please sign in to comment.