Skip to content

Commit

Permalink
fix: service yaml port
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed Mar 17, 2024
1 parent 345ec5d commit 90a30cb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .devops/k8s/acon-k8s/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
- name: nest-app-port
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
port: 80
targetPort: {{ .Values.service.port }}
# - port: {{ .Values.service.port }}
# targetPort: http
# protocol: TCP
# name: http
name: http
selector:
{{- include "acon-k8s.selectorLabels" . | nindent 4 }}

0 comments on commit 90a30cb

Please sign in to comment.