diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index 6368e5e..d868b7b 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.24 +version: 0.17.25 # 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 319fd07..83b4b45 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.17.24](https://img.shields.io/badge/Version-0.17.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.14](https://img.shields.io/badge/AppVersion-3.8.14-informational?style=flat-square) +![Version: 0.17.25](https://img.shields.io/badge/Version-0.17.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.14](https://img.shields.io/badge/AppVersion-3.8.14-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/charts/api7/templates/dp-manager-service.yaml b/charts/api7/templates/dp-manager-service.yaml index cd16672..e1ccc5c 100644 --- a/charts/api7/templates/dp-manager-service.yaml +++ b/charts/api7/templates/dp-manager-service.yaml @@ -11,6 +11,9 @@ metadata: {{- end }} spec: type: {{ .Values.dp_manager_service.type }} + {{- if .Values.dp_manager_service.loadBalancerClass }} + loadBalancerClass: {{ .Values.dp_manager_service.loadBalancerClass }} + {{- end }} ports: - port: {{ .Values.dp_manager_service.port }} targetPort: http diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index 7920064..b8932ec 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -153,6 +153,7 @@ dashboard_service: dp_manager_service: type: ClusterIP + # loadBalancerClass: "my-loadbalancer-class" annotations: {} port: 7900 tlsPort: 7943