Skip to content

Commit

Permalink
RHOAIENG-18095: Deprecation of kube-rbac-proxy (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
akram authored Jan 15, 2025
1 parent 39075c3 commit 2de4083
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/monitoring/prometheus/apps/prometheus-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,11 @@ data:
- job_name: 'Kueue Operator'
honor_labels: true
metrics_path: /metrics
scheme: http
scheme: https
tls_config:
insecure_skip_verify: true
authorization:
credentials_file: /run/secrets/kubernetes.io/serviceaccount/token
kubernetes_sd_configs:
- role: endpoints
namespaces:
Expand All @@ -348,7 +352,7 @@ data:
- source_labels: [__address__]
regex: (.+):(\d+)
target_label: __address__
replacement: ${1}:8080
replacement: ${1}:8443
- job_name: 'TrustyAI Controller Manager'
honor_labels: true
Expand Down

0 comments on commit 2de4083

Please sign in to comment.