Skip to content

Commit

Permalink
Update service-db.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPastorClemente authored Jun 7, 2024
1 parent 6b9c994 commit 971023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/service-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
type: {{ .Values.service.db.type }}
ports:
- port: "{{ .Values.service.db.port }}"
targetPort: "{{ .Values.service.db.port }}"
- port: 5432
targetPort: 5432
selector:
app: db
{{- end }}

0 comments on commit 971023f

Please sign in to comment.