diff --git a/charts/vulnerablesamlapp/Chart.yaml b/charts/vulnerablesamlapp/Chart.yaml index ee82875..dbc4d01 100644 --- a/charts/vulnerablesamlapp/Chart.yaml +++ b/charts/vulnerablesamlapp/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) keywords: - saml -version: 1.0.3 +version: 1.0.4 # 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 diff --git a/charts/vulnerablesamlapp/templates/ingress.yaml b/charts/vulnerablesamlapp/templates/ingress.yaml index de2491f..45130c1 100644 --- a/charts/vulnerablesamlapp/templates/ingress.yaml +++ b/charts/vulnerablesamlapp/templates/ingress.yaml @@ -13,6 +13,10 @@ metadata: {{ end }} spec: ingressClassName: nginx + tls: + - hosts: + - {{ .Values.ingress.url }} + secretName: {{ if eq .Values.ingress.cert "" }}distributorwildcard{{ else }}{{ .Values.ingress.cert }}{{ end }} rules: - host: {{ .Values.ingress.url }} http: @@ -39,6 +43,10 @@ metadata: {{ end }} spec: ingressClassName: nginx + tls: + - hosts: + - idp-{{ .Values.ingress.url }} + secretName: {{ if eq .Values.ingress.cert "" }}distributorwildcard{{ else }}{{ .Values.ingress.cert }}{{ end }} rules: - host: idp-{{ .Values.ingress.url }} http: