diff --git a/Chart.yaml b/Chart.yaml index b618690..57768b3 100644 --- a/Chart.yaml +++ b/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: 5.1.2 +version: 5.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/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index b80b5e4..3165fa2 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -143,7 +143,7 @@ spec: startupProbe: httpGet: path: /api/v1/streaming/health - port: http + port: streaming initialDelaySeconds: 5 failureThreshold: 15 periodSeconds: 5