GoogleCloudPlatform / prometheus-engine

Google Cloud Managed Service for Prometheus libraries and manifests.
https://g.co/cloud/managedprometheus
Apache License 2.0
195 stars 93 forks source link

Add TLS to datasource-syncer #768

Closed maxamins closed 9 months ago

maxamins commented 10 months ago
  1. Added TLS support, including four new flags tls-cert, tls-key, tls-ca-cert and insecure-skip-verify.
  2. Added a condition to return error and exist if any data source syncs fail.
  3. Added a label to datasource-syncer.yaml so users can use kubectl get pods -l app=datasource-syncer to view pods associated with their job.