1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00
policy-reporter/manifest/policy-reporter-kyverno-ui-ha
Frank Jogeleit 3be670f79c Update static manifests and changelog
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
2023-03-02 13:45:36 +01:00
..
config-core.yaml Leader election (#175) 2022-07-25 17:34:41 +02:00
config-kyverno-plugin.yaml Leader election (#175) 2022-07-25 17:34:41 +02:00
config-ui.yaml Leader election (#175) 2022-07-25 17:34:41 +02:00
install.yaml Update static manifests and changelog 2023-03-02 13:45:36 +01:00
namespace.yaml Leader election (#175) 2022-07-25 17:34:41 +02:00
README.md Leader election (#175) 2022-07-25 17:34:41 +02:00
redis.yaml Leader election (#175) 2022-07-25 17:34:41 +02:00

Policy Reporter Configuration

Encoded configuraion from config-core.yaml

Seet the Documentation for a full reference of all possible configurations

# send pushes to the Policy Reporter UI
ui:
  host: http://policy-reporter-ui:8082
  minimumPriority: "warning"
  skipExistingOnStartup: true

# (optional) cache results in an central, external redis
redis:
  enabled: true
  address: "redis:6379"
  database: 1
  prefix: "policy-reporter"

Policy Reporter UI Configuration

Encoded configuraion from config-ui.yaml

Seet the Documentation for a full reference of all possible configurations

# central and external Log storage
# only needed if you use the "Logs" page and want to have all logs on each instance available
redis:
  enabled: true
  address: "redis:6379"
  database: 1
  prefix: "policy-reporter-ui"

Policy Reporter Kyverno Plugin Configuration

Encoded configuraion from config-kyverno-plugin.yaml

Seet the Documentation for a full reference of all possible configurations

# enables the creation of PolicyReports for blocked resources by enforce policies
blockReports:
  enabled: true