diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index 8083a2c..d3b48b2 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -21,7 +21,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.7 +version: 0.0.8 # 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/cryptpad/tests/__snapshot__/service_test.yaml.snap b/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap index 684cbbb..4a62d6c 100644 --- a/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap +++ b/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap @@ -4,7 +4,7 @@ should set values properly: - name: tcp port: 80 protocol: TCP - targetPort: 8080 + targetPort: http selector: app.kubernetes.io/instance: release app.kubernetes.io/name: cryptpad diff --git a/charts/cryptpad/values.yaml b/charts/cryptpad/values.yaml index cab2a2a..ad204b5 100644 --- a/charts/cryptpad/values.yaml +++ b/charts/cryptpad/values.yaml @@ -34,8 +34,6 @@ config: # NETWORK CONFIGURATION # ######################### httpAddress: '0.0.0.0' - httpSafeOrigin: 'http://localhost:3000' - httpUnsafeOrigin: 'http://localhost:3000' #################### # Database Volumes # @@ -111,7 +109,7 @@ service: name: http type: ClusterIP externalPort: 80 - internalPort: 8080 + internalPort: http # Set an array of externalIPs for the service externalIPs: [] # - 10.20.30.40