Skip to content

Commit

Permalink
fix: service port on ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Sep 21, 2023
1 parent 2b5d7cd commit e2e2f50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6
version: 0.0.7

# 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/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "cryptpad-helm.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- $svcPort := .Values.service.externalPort -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/cryptpad/tests/__snapshot__/ingress_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ should set values properly:
service:
name: release-cryptpad
port:
number: null
number: 80
path: /
pathType: ImplementationSpecific

0 comments on commit e2e2f50

Please sign in to comment.