Skip to content

Commit

Permalink
Merge pull request #48 from portefaix/feat/severity
Browse files Browse the repository at this point in the history
Change severity for probes policies
  • Loading branch information
nlamirault committed May 18, 2022
2 parents 76e3ccb + 196307a commit 1e8769a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kyverno/C0002-container-liveness-probe/policy-C0002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
annotations:
policies.kyverno.io/title: Container must set liveness probe
policies.kyverno.io/category: Portefaix
policies.kyverno.io/severity: medium
policies.kyverno.io/severity: high
policies.kyverno.io/subject: Container
policies.kyverno.io/description: >-
Liveness probe need to be configured to correctly manage a pods
Expand Down
2 changes: 1 addition & 1 deletion kyverno/C0003-container-readiness-probe/policy-C0003.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
annotations:
policies.kyverno.io/title: Container must set readiness probe
policies.kyverno.io/category: Portefaix
policies.kyverno.io/severity: medium
policies.kyverno.io/severity: high
policies.kyverno.io/subject: Container
policies.kyverno.io/description: >-
Readiness probe need to be configured to correctly manage a pods
Expand Down

0 comments on commit 1e8769a

Please sign in to comment.