Skip to content

Commit

Permalink
#18 Ingress/Service for WS on new Cryptpad version
Browse files Browse the repository at this point in the history
- Updating testing snapshots
  • Loading branch information
gsautner committed Oct 16, 2023
1 parent 279d97a commit 127447f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
git config --global user.email '[email protected]'
git add .
git commit -sm "docs: generate chart documentation"
git push
git push
env:
GITHUB_ACTOR: ${{ vars.GITHUB_ACTOR }}
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.11
version: 0.0.10

# 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
7 changes: 7 additions & 0 deletions charts/cryptpad/tests/__snapshot__/ingress_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ should set values properly:
number: 80
path: /
pathType: ImplementationSpecific
- backend:
service:
name: release-cryptpad
port:
number: 83
path: /cryptpad_websocket
pathType: ImplementationSpecific
4 changes: 4 additions & 0 deletions charts/cryptpad/tests/__snapshot__/service_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ should set values properly:
port: 80
protocol: TCP
targetPort: http
- name: ws
port: 83
protocol: TCP
targetPort: ws
selector:
app.kubernetes.io/instance: release
app.kubernetes.io/name: cryptpad
Expand Down

0 comments on commit 127447f

Please sign in to comment.