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

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

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:

View file

@ -58,6 +58,8 @@ easyhaproxy:
easyhaproxy: DEBUG
haproxy: DEBUG
listen_extra_ports: []
# Make sure to create this
masterNode:
label: easyhaproxy/node