update omada

master
Marius Ensrud 5 years ago
parent ae08171523
commit c3c5abc8e1

@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0 version: 4.2
# This is the version number of the application being deployed. This version number should be # 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 # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.0 appVersion: 4.2.11

@ -55,6 +55,9 @@ spec:
- name: eapadopt - name: eapadopt
containerPort: 29812 containerPort: 29812
protocol: TCP protocol: TCP
- name: eapupdate
containerPort: 29813
protocol: TCP
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:

@ -31,6 +31,10 @@ spec:
targetPort: 29812 targetPort: 29812
protocol: TCP protocol: TCP
name: eapadopt name: eapadopt
- port: {{ .Values.service.eapupgrade.port }}
targetPort: 29813
protocol: TCP
name: eapadopt
{{- if .Values.service.externalIPs.enabled }} {{- if .Values.service.externalIPs.enabled }}
externalTrafficPolicy: Local externalTrafficPolicy: Local
externalIPs:{{- range .Values.service.externalIPs.ip }} externalIPs:{{- range .Values.service.externalIPs.ip }}

@ -59,6 +59,8 @@ service:
port: 29811 port: 29811
eapadopt: eapadopt:
port: 29812 port: 29812
eapupgrade:
port: 29813
externalIPs: externalIPs:
enabled: false enabled: false
Loading…
Cancel
Save