Skip to content

Commit

Permalink
fix(reloader): add replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 16, 2023
1 parent 4cbfa53 commit 875dbd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubernetes/apps/kube-system/reloader/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ spec:
retries: 3
uninstall:
keepHistory: false
values:
reloader:
enableHA: true
deployment:
replicas: 2
readOnlyRootFileSystem: true
podMonitor:
enabled: true
namespace: "{{ .Release.Namespace }}"

0 comments on commit 875dbd5

Please sign in to comment.