Update argocd/external-dns/values.yaml
This commit is contained in:
@@ -159,90 +159,33 @@ external-dns:
|
|||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
## @param customLivenessProbe Override default liveness probe
|
|
||||||
##
|
|
||||||
customLivenessProbe: {}
|
customLivenessProbe: {}
|
||||||
## @param customReadinessProbe Override default readiness probe
|
|
||||||
##
|
|
||||||
customReadinessProbe: {}
|
customReadinessProbe: {}
|
||||||
## @param customStartupProbe Override default startup probe
|
|
||||||
##
|
|
||||||
customStartupProbe: {}
|
customStartupProbe: {}
|
||||||
## @param extraVolumes A list of volumes to be added to the pod
|
|
||||||
##
|
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
## @param extraVolumeMounts A list of volume mounts to be added to the pod
|
|
||||||
##
|
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
## @param podDisruptionBudget Configure PodDisruptionBudget
|
|
||||||
## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
|
|
||||||
##
|
|
||||||
|
|
||||||
podDisruptionBudget: {}
|
podDisruptionBudget: {}
|
||||||
## Prometheus Exporter / Metrics
|
|
||||||
##
|
|
||||||
metrics:
|
metrics:
|
||||||
## @param metrics.enabled Enable prometheus to access external-dns metrics endpoint
|
|
||||||
##
|
|
||||||
enabled: false
|
enabled: false
|
||||||
## @param metrics.podAnnotations Annotations for enabling prometheus to access the metrics endpoint
|
|
||||||
##
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
## Prometheus Operator ServiceMonitor configuration
|
|
||||||
##
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
## @param metrics.serviceMonitor.enabled Create ServiceMonitor object
|
|
||||||
##
|
|
||||||
enabled: false
|
enabled: false
|
||||||
## @param metrics.serviceMonitor.namespace Namespace in which Prometheus is running
|
|
||||||
##
|
|
||||||
namespace: ""
|
namespace: ""
|
||||||
## @param metrics.serviceMonitor.interval Interval at which metrics should be scraped
|
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
|
||||||
##
|
|
||||||
interval: ""
|
interval: ""
|
||||||
## @param metrics.serviceMonitor.scrapeTimeout Timeout after which the scrape is ended
|
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
|
||||||
##
|
|
||||||
scrapeTimeout: ""
|
scrapeTimeout: ""
|
||||||
## @param metrics.serviceMonitor.selector Additional labels for ServiceMonitor object
|
|
||||||
## ref: https://github.com/bitnami/charts/tree/master/bitnami/prometheus-operator#prometheus-configuration
|
|
||||||
## e.g:
|
|
||||||
## selector:
|
|
||||||
## prometheus: my-prometheus
|
|
||||||
##
|
|
||||||
selector: {}
|
selector: {}
|
||||||
## @param metrics.serviceMonitor.metricRelabelings Specify Metric Relabelings to add to the scrape endpoint
|
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#relabelconfig
|
|
||||||
##
|
|
||||||
metricRelabelings: []
|
metricRelabelings: []
|
||||||
## @param metrics.serviceMonitor.relabelings [array] Prometheus relabeling rules
|
|
||||||
##
|
|
||||||
relabelings: []
|
relabelings: []
|
||||||
## @param metrics.serviceMonitor.honorLabels Specify honorLabels parameter to add the scrape endpoint
|
|
||||||
##
|
|
||||||
honorLabels: false
|
honorLabels: false
|
||||||
## DEPRECATED metrics.serviceMonitor.additionalLabels will be removed in a future release - Please use metrics.serviceMonitor.labels instead
|
|
||||||
## @param metrics.serviceMonitor.labels Used to pass Labels that are required by the installed Prometheus Operator
|
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
|
|
||||||
##
|
|
||||||
labels: {}
|
labels: {}
|
||||||
## @param metrics.serviceMonitor.jobLabel The name of the label on the target service to use as the job name in prometheus.
|
|
||||||
##
|
|
||||||
jobLabel: ""
|
jobLabel: ""
|
||||||
## Google Managed Prometheus PodMonitor configuration
|
|
||||||
##
|
|
||||||
googlePodMonitor:
|
googlePodMonitor:
|
||||||
## @param metrics.googlePodMonitor.enabled Create Google Managed Prometheus PodMonitoring object
|
|
||||||
##
|
|
||||||
enabled: false
|
enabled: false
|
||||||
## @param metrics.googlePodMonitor.namespace Namespace in which PodMonitoring created
|
|
||||||
##
|
|
||||||
namespace: ""
|
namespace: ""
|
||||||
## @param metrics.googlePodMonitor.interval Interval at which metrics should be scraped by Google Managed Prometheus
|
|
||||||
##
|
|
||||||
interval: "60s"
|
interval: "60s"
|
||||||
## @param metrics.googlePodMonitor.endpoint The endpoint for Google Managed Prometheus scraping the metrics
|
|
||||||
##
|
|
||||||
endpoint: /metrics
|
endpoint: /metrics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user