Skip to content

Commit

Permalink
fix probes
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit committed Feb 6, 2024
1 parent f9237e2 commit d98e8b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/kyverno-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: kyverno-plugin
description: Kyverno Plugin for Policy Reporter UI
type: application
version: 0.0.2
version: 0.0.3
appVersion: "0.0.3"
4 changes: 2 additions & 2 deletions charts/kyverno-plugin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /api/policies
path: /api/v1/policies
port: http
readinessProbe:
httpGet:
path: /api/policies
path: /api/v1/policies
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/trivy-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: trivy-plugin
description: Trivy Plugin for Policy Reporter UI
type: application
version: 0.0.4
version: 0.0.5
appVersion: "0.0.3"
4 changes: 2 additions & 2 deletions charts/trivy-plugin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /api/vulnr/policies
path: /api/vulnr/v1/policies
port: http
readinessProbe:
httpGet:
path: /api/vulnr/policies
path: /api/vulnr/v1/policies
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit d98e8b7

Please sign in to comment.