diff --git a/charts/unichart/Chart.yaml b/charts/unichart/Chart.yaml index 9c77dfd..975e559 100644 --- a/charts/unichart/Chart.yaml +++ b/charts/unichart/Chart.yaml @@ -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.1.17 +version: 0.1.18 # 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/unichart/templates/deployment-nginx.yaml b/charts/unichart/templates/deployment-nginx.yaml index 787fb29..2e0c369 100644 --- a/charts/unichart/templates/deployment-nginx.yaml +++ b/charts/unichart/templates/deployment-nginx.yaml @@ -70,7 +70,7 @@ spec: periodSeconds: 3 readinessProbe: httpGet: - path: /ready + path: / port: 80 resources: {{- toYaml $.Values.resources | nindent 12 }}