diff --git a/charts/defguard-proxy/Chart.yaml b/charts/defguard-proxy/Chart.yaml index c4017d2..6ce3d96 100644 --- a/charts/defguard-proxy/Chart.yaml +++ b/charts/defguard-proxy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: defguard-proxy -description: Defguard proxy is a public-facing proxy for core Defguard service +description: Defguard Proxy is a public-facing proxy for Defguard Core service type: application -version: 0.8.3 +version: 0.8.4 appVersion: 1.6.3 diff --git a/charts/defguard-proxy/templates/deployment.yaml b/charts/defguard-proxy/templates/deployment.yaml index ef986af..ab49562 100644 --- a/charts/defguard-proxy/templates/deployment.yaml +++ b/charts/defguard-proxy/templates/deployment.yaml @@ -53,7 +53,7 @@ spec: port: http readinessProbe: httpGet: - path: /api/v1/health + path: /api/v1/health-grpc port: http resources: {{- toYaml .Values.resources | nindent 12 }}