fix: Make port names configurable for repo-server and controller (#236)
* allow changing of port names for application-controller and repo-server * bump chart version * chore: bump Chart version
This commit is contained in:
parent
3fd67d8cbb
commit
1f625ddd8e
4 changed files with 5 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ metadata:
|
|||
app.kubernetes.io/component: {{ .Values.controller.name }}
|
||||
spec:
|
||||
ports:
|
||||
- name: {{ .Values.controller.name }}
|
||||
- name: {{ .Values.controller.service.portName }}
|
||||
port: {{ .Values.controller.service.port }}
|
||||
targetPort: {{ .Values.controller.containerPort }}
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue