diff --git a/charts/codelet-application-helm/Chart.yaml b/charts/codelet-application-helm/Chart.yaml index e840953..cfaf453 100644 --- a/charts/codelet-application-helm/Chart.yaml +++ b/charts/codelet-application-helm/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.0.11 +version: 0.0.12 # 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/codelet-application-helm/templates/codelet-application-service.yml b/charts/codelet-application-helm/templates/codelet-application-service.yml index 568ae89..1a78824 100644 --- a/charts/codelet-application-helm/templates/codelet-application-service.yml +++ b/charts/codelet-application-helm/templates/codelet-application-service.yml @@ -4,6 +4,7 @@ metadata: name: {{ .Release.Name }}-service spec: type: {{ .Values.service.type }} + clusterIP: {{ .Values.service.clusterIP }} selector: app: {{ .Release.Name }}-service ports: