From 44616907b69092b2bf22daf5645163b89adf0f76 Mon Sep 17 00:00:00 2001 From: Marc Barry <4965634+marc-barry@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:43:33 -0400 Subject: [PATCH] Revert back to ClusterIP as default. --- charts/qpoint-proxy/Chart.yaml | 2 +- charts/qpoint-proxy/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/qpoint-proxy/Chart.yaml b/charts/qpoint-proxy/Chart.yaml index e56f188..1689527 100644 --- a/charts/qpoint-proxy/Chart.yaml +++ b/charts/qpoint-proxy/Chart.yaml @@ -8,7 +8,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.4 +version: 0.0.5 # 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/qpoint-proxy/values.yaml b/charts/qpoint-proxy/values.yaml index 2f70503..b45603b 100644 --- a/charts/qpoint-proxy/values.yaml +++ b/charts/qpoint-proxy/values.yaml @@ -50,7 +50,7 @@ middlewareTCPForwardPorts: "18080:80,18443:443" transparentTCPForwardPorts: "10080:80,10443:443" service: - type: LoadBalancer + type: ClusterIP ports: - port: 10080 containerPort: 10080