This commit is contained in:
parent
e71d07eca7
commit
2d007fafdf
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ metadata:
|
|||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
- port: 8096
|
||||
targetPort: {{ .Values.service.port }}
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
|
Loading…
Reference in a new issue