Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
Fix ngingx 413
  • Loading branch information
micahg authored Aug 31, 2023
2 parents 2559bb2 + dd26f1b commit c338694
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nttchart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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
1 change: 1 addition & 0 deletions nttchart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
acme.cert-manager.io/http01-edit-in-place: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/from-to-www-redirect: "false"
nginx.ingress.kubernetes.io/proxy-body-size: {{ .Values.maxBodySize }}
spec:
{{- if ne .Values.installLoadBalancer true }}
ingressClassName: "nginx"
Expand Down
3 changes: 2 additions & 1 deletion nttchart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ mongoImagePath: mongo
mongoImageVers: 7.0.0
mongoPort: 27017

certIssuer: letsencrypt-staging
certIssuer: letsencrypt-staging
maxBodySize: 8m

0 comments on commit c338694

Please sign in to comment.