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