Fix issue with pod port exposition and add the possibility to use externalIPs
This commit is contained in:
parent
cb32886d8b
commit
7dd51abffb
3 changed files with 7 additions and 2 deletions
|
@ -9,6 +9,10 @@ metadata:
|
|||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
type: {{ .Values.service.ssh.serviceType }}
|
||||
{{- with .Values.service.ssh.externalIPs }}
|
||||
externalIPs:
|
||||
{{ toYaml . | indent 2 | trim }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: ssh
|
||||
port: {{ .Values.service.ssh.port }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue