Skip to content

Commit

Permalink
fix: set force-ssl-redirect true (#35)
Browse files Browse the repository at this point in the history
* fix: set force-ssl-redirect true

* chore: upgrade chart version
  • Loading branch information
RafaelOAiSquared authored Aug 29, 2024
1 parent 733ef68 commit 9ae7bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/multiwoven/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: multiwoven
description: Open-source reverse ETL, an alternative to Hightouch, Census etc. 🔥
type: application
version: 0.23.0
appVersion: "0.23.0"
version: 0.24.0
appVersion: "0.24.0"
maintainers:
- name: subintp
- name: RafaelOAiSquared
Expand Down
4 changes: 2 additions & 2 deletions charts/multiwoven/templates/multiwoven-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ metadata:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
cert-manager.io/issuer: {{ .Values.multiwovenConfig.tlsCertIssuer }}
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/force-ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 9ae7bd1

Please sign in to comment.