Skip to content

feat(event-reporter): add pdb and serviceMonitor templates #494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ dependencies:
condition: garage-workflows-artifact-storage.enabled
- name: cf-argocd-extras
repository: oci://quay.io/codefresh/charts
version: 0.4.0
version: 0.5.1
10 changes: 10 additions & 0 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,19 @@ cf-argocd-extras:
nodeSelector: {}
tolerations: []
affinity: {}
pdb:
# -- Enable PDB for event reporter
enabled: false
serviceMonitor:
main:
# -- Enable ServiceMonitor for event reporter
enabled: false
# -- Sources server configuration
sourcesServer:
enabled: true
nodeSelector: {}
tolerations: []
affinity: {}
hpa:
# -- Enable HPA for sources server
enabled: true