Skip to content

Commit

Permalink
Another dummy change 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed Jun 6, 2024
1 parent 1af9745 commit b071135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
containers:
- args:
- --caSecretName=kyverno-svc.kube-system.svc.kyverno-tls-ca
- --tlsSecretName=kyverno-svc.kube-system.svc.kyverno-tls-pair
- --tlsSecretName=kyverno-svc.kube-system.svc.kyverno-tls-pair-dummy
- --backgroundServiceAccountName=system:serviceaccount:kube-system:kyverno-background-controller
- --metricsPort=8000 # Default, but leaving for visibility since we need to patch Prometheus annotations on Service level.
- --admissionReports=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: kyverno-admission-controller
namespace: kube-system
spec:
replicas: 3 # the recommended replica counts for HA is at least 3: https://kyverno.io/docs/high-availability/
replicas: 4 # the recommended replica counts for HA is at least 3: https://kyverno.io/docs/high-availability/

0 comments on commit b071135

Please sign in to comment.