File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4343 imagePullPolicy : {{ .Values.images.app.pullPolicy }}
4444 ports :
4545 - name : http
46- containerPort : {{ .Values.service.port }}
46+ containerPort : {{ .Values.service.targetPort }}
4747 protocol : TCP
4848 livenessProbe :
4949 {{- toYaml .Values.livenessProbe | nindent 12 }}
Original file line number Diff line number Diff line change 99 type : {{ .Values.service.type }}
1010 ports :
1111 - port : {{ .Values.service.port }}
12- targetPort : http
12+ targetPort : {{ .Values.service.targetPort }}
1313 protocol : TCP
1414 name : http
1515 selector :
1616 app.kubernetes.io/name : {{ include "chartsmith.name" . }}
1717 app.kubernetes.io/instance : {{ .Release.Name }}
18- app.kubernetes.io/component : app
18+ app.kubernetes.io/component : app
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ securityContext: {}
5151service :
5252 type : ClusterIP
5353 port : 80
54+ targetPort : 3000
5455 annotations : {}
5556 labels : {}
5657
You can’t perform that action at this time.
0 commit comments