feat: support ServiceMonitor customization #1596
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Question
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Help wanted
Status
In progress
Status
Need More Info
Status
Needs feedback
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
forgejo-helm/forgejo-helm!1596
Loading…
Reference in a new issue
No description provided.
Delete branch "makkes/forgejo-helm:1593-sm-auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The new value
.gitea.metrics.serviceMonitor.additionalEndpointConfigallows users to add custom configuration to the ServiceMonitor's.spec.endpoints[0]object, e.g. to configure authorization, scrape details or TLS configuration.closes forgejo-helm/forgejo-helm#1593
@ -482,6 +482,8 @@ gitea:namespace: ''# additionalLabels:# prometheus-release: prom1# additionalEndpointConfig:i think you should add
additionalLabelsandadditionalEndpointConfigto the params section above, so they get documented in the readmeDone. Thanks!
aaf8a665cdd3af0437a9d3af0437a90c326dbdccyou can probably continue / add changes from #1422
that PR has similar changes but is missing tests
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.