Merge pull request 'fix(prometheus): use endpointslices instead of endpoints because of deprecation since k8s v1.33+' (#916) from tn_change_prometheus_to_endpointslices into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #916
This commit is contained in:
commit
a7436095ea
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ prometheus:
|
|||
ruleSelectorNilUsesHelmValues: false
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
podAntiAffinity: "hard"
|
||||
serviceDiscoveryRole: "EndpointSlice"
|
||||
defaultRules:
|
||||
create: true
|
||||
customRules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue