diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index 357c4a3..84a9202 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -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.17.52 +version: 0.17.53 # 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 diff --git a/charts/api7/README.md b/charts/api7/README.md index 2b390a6..615c103 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.17.52](https://img.shields.io/badge/Version-0.17.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.10](https://img.shields.io/badge/AppVersion-3.9.10-informational?style=flat-square) +![Version: 0.17.53](https://img.shields.io/badge/Version-0.17.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.10](https://img.shields.io/badge/AppVersion-3.9.10-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/charts/api7/templates/file-server-service.yaml b/charts/api7/templates/file-server-service.yaml index 55e4c43..b0a7cbd 100644 --- a/charts/api7/templates/file-server-service.yaml +++ b/charts/api7/templates/file-server-service.yaml @@ -13,6 +13,9 @@ spec: targetPort: http protocol: TCP name: http + {{- if (and (eq .Values.file_server_service.type "NodePort") (not (empty .Values.file_server_service.nodePort))) }} + nodePort: {{ .Values.file_server_service.nodePort }} + {{- end }} selector: {{- include "api7ee3.selectorLabels" . | nindent 4 }} app.kubernetes.io/component: file-server diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index 61a103c..98ff651 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -217,6 +217,7 @@ dp_manager_service: file_server_service: type: ClusterIP port: 8080 + # nodePort: 30080 developer_portal_service: type: ClusterIP