1
0
Fork 0

Add Listen Port to Ingress

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-28 15:20:16 -05:00
parent b01ec6a09a
commit 72b40a3c66
5 changed files with 18 additions and 3 deletions

View file

@ -43,6 +43,11 @@ spec:
- name: stats
containerPort: 1936
hostPort: 1936
{{ range .Values.listen_extra_ports }}
- name: extra_{{ . }}
containerPort: {{ . }}
hostPort: {{ . }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
env: