diff --git a/charts/music-notifications/Chart.yaml b/charts/music-notifications/Chart.yaml index 2fc42aa..80be748 100644 --- a/charts/music-notifications/Chart.yaml +++ b/charts/music-notifications/Chart.yaml @@ -22,7 +22,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.1.2 +version: 0.1.3 # 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/music-notifications/templates/ingress.yaml b/charts/music-notifications/templates/ingress.yaml index 7fc3bf4..0bb27cd 100644 --- a/charts/music-notifications/templates/ingress.yaml +++ b/charts/music-notifications/templates/ingress.yaml @@ -24,7 +24,7 @@ spec: service: name: {{ include "music-notifications.fullname" . }} port: - number: http + name: http tls: - hosts: - {{ trimPrefix "https://" .Values.ingress.url }}