diff --git a/charts/proxy/Chart.yaml b/charts/proxy/Chart.yaml index efdc7b8..ac1958e 100644 --- a/charts/proxy/Chart.yaml +++ b/charts/proxy/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.1.1 +version: 0.1.2 # 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/proxy/templates/endpoints.yaml b/charts/proxy/templates/endpoints.yaml index 3b4ab01..52c62b7 100644 --- a/charts/proxy/templates/endpoints.yaml +++ b/charts/proxy/templates/endpoints.yaml @@ -6,5 +6,6 @@ subsets: - addresses: - ip: {{ .Values.endpoint.ipAddress }} ports: - - port: {{ .Values.endpoint.port }} + - name: http + port: {{ .Values.endpoint.port }} protocol: TCP