diff --git a/charts/prose/Chart.yaml b/charts/prose/Chart.yaml index 4f11791b..061952c5 100644 --- a/charts/prose/Chart.yaml +++ b/charts/prose/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.0.11 +version: 0.0.12 # 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/prose/templates/opa-deployment.yaml b/charts/prose/templates/opa-deployment.yaml index c6c9e40e..ff2832be 100644 --- a/charts/prose/templates/opa-deployment.yaml +++ b/charts/prose/templates/opa-deployment.yaml @@ -39,11 +39,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /health port: http readinessProbe: httpGet: - path: / + path: /health port: http resources: {{- toYaml .Values.resources | nindent 12 }}