Skip to content

Commit

Permalink
Merge pull request #10 from monaka/pr-fix-an-invalid-service-name
Browse files Browse the repository at this point in the history
Fix an invalid service port name.
  • Loading branch information
0hlov3 authored Nov 20, 2024
2 parents cb1d885 + 55f6378 commit 0ce69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gotosocial/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ spec:
- port: {{ .Values.service.port }}
targetPort: gotosocial
protocol: TCP
name: gotosocial
name: http
selector:
{{- include "gotosocial.selectorLabels" . | nindent 4 }}

0 comments on commit 0ce69d9

Please sign in to comment.