Skip to content

Commit

Permalink
fix: compatibility with previous deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Sep 21, 2023
1 parent e2e2f50 commit 5c17882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cryptpad/tests/__snapshot__/service_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions charts/cryptpad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ config:
# NETWORK CONFIGURATION #
#########################
httpAddress: '0.0.0.0'
httpSafeOrigin: 'http://localhost:3000'
httpUnsafeOrigin: 'http://localhost:3000'

####################
# Database Volumes #
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5c17882

Please sign in to comment.