Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saad946 authored Oct 7, 2023
1 parent c82d3fa commit 7d6ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/myapp/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "myapp.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
Ports:
prts:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
Expand Down

0 comments on commit 7d6ca8a

Please sign in to comment.