diff --git a/kubernetes/infrastructure/prometheus-exporters/exporters/renovate-exporter.yaml b/kubernetes/infrastructure/prometheus-exporters/exporters/renovate-exporter.yaml index d4b1f03..4821db8 100644 --- a/kubernetes/infrastructure/prometheus-exporters/exporters/renovate-exporter.yaml +++ b/kubernetes/infrastructure/prometheus-exporters/exporters/renovate-exporter.yaml @@ -64,5 +64,5 @@ spec: interval: 1m targets: - name: renovate - url: http://renovate.renovate.svc.cluster.local:8080/api/status + url: http://renovate.renovate.svc.cluster.local:8099/api/status module: renovate \ No newline at end of file diff --git a/kubernetes/infrastructure/renovate/app/deployment.yaml b/kubernetes/infrastructure/renovate/app/deployment.yaml index 23b3fe3..00653c5 100644 --- a/kubernetes/infrastructure/renovate/app/deployment.yaml +++ b/kubernetes/infrastructure/renovate/app/deployment.yaml @@ -27,7 +27,7 @@ spec: - name: MEND_RNV_PLATFORM value: github - name: MEND_RNV_GITHUB_APP_ID - value: "${github_app_id}" + value: "938218" - name: RNV_GITHUB_PEM_FILE_PATH value: "/usr/src/app/rpi5-cluster-renovate.2024-07-05.private-key.pem" - name: MEND_RNV_WEBHOOK_SECRET