Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
  • Loading branch information
mjtrangoni committed Mar 27, 2024
1 parent 46cbb3a commit f730a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/3proxy/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "3proxy.fullname" . }}
name: svc-{{ include "3proxy.fullname" . }}
labels:
{{- include "3proxy.labels" . | nindent 4 }}
{{- if .Values.service.labels }}
Expand Down

0 comments on commit f730a5c

Please sign in to comment.