We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d6cf5 commit c31f656Copy full SHA for c31f656
helm/templates/service.yaml
@@ -3,9 +3,9 @@ kind: Service
3
metadata:
4
name: {{ .Release.Name }}-svc
5
spec:
6
- type: {{ .Values.service.type }}
+ type: ClusterIP
7
ports:
8
- - port: {{ .Values.service.port }}
+ - port: 80
9
targetPort: {{ .Values.service.targetPort }}
10
protocol: TCP
11
selector:
helm/values.yaml
@@ -7,5 +7,5 @@ image:
service:
type: LoadBalancer
- port: 443
+ port: 80
targetPort: 3000
0 commit comments