Update argocd/external-dns/values.yaml
This commit is contained in:
@@ -1,147 +1,262 @@
|
|||||||
external-dns:
|
external-dns:
|
||||||
image:
|
|
||||||
#repository: k8s.gcr.io/external-dns/external-dns
|
global:
|
||||||
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
|
imageRegistry: ""
|
||||||
#tag: "0.12.2-debian-11-r14"
|
imagePullSecrets: []
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
imagePullSecrets: []
|
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
clusterDomain: cluster.local
|
||||||
commonLabels: {}
|
commonLabels: {}
|
||||||
|
commonAnnotations: {}
|
||||||
|
extraDeploy: []
|
||||||
|
kubeVersion: ""
|
||||||
|
watchReleaseNamespace: false
|
||||||
|
|
||||||
serviceAccount:
|
image:
|
||||||
# Specifies whether a service account should be created
|
registry: docker.io
|
||||||
create: true
|
repository: bitnami/external-dns
|
||||||
# Annotations to add to the service account
|
tag: 0.12.2-debian-11-r14
|
||||||
annotations: {}
|
digest: ""
|
||||||
# The name of the service account to use.
|
pullPolicy: Always
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
pullSecrets: []
|
||||||
name: ""
|
|
||||||
|
hostAliases: []
|
||||||
|
updateStrategy: {}
|
||||||
|
command: []
|
||||||
|
args: []
|
||||||
|
sources:
|
||||||
|
- service
|
||||||
|
- ingress
|
||||||
|
|
||||||
|
provider: cloudflare
|
||||||
|
initContainers: []
|
||||||
|
sidecars: []
|
||||||
|
namespace: ""
|
||||||
|
fqdnTemplates: []
|
||||||
|
containerPorts:
|
||||||
|
http: 7979
|
||||||
|
combineFQDNAnnotation: false
|
||||||
|
ignoreHostnameAnnotation: false
|
||||||
|
publishInternalServices: false
|
||||||
|
publishHostIP: false
|
||||||
|
serviceTypeFilter: []
|
||||||
|
|
||||||
rbac:
|
cloudflare:
|
||||||
# Specifies whether RBAC resources should be created
|
## @param cloudflare.apiToken When using the Cloudflare provider, `CF_API_TOKEN` to set (optional)
|
||||||
create: true
|
##
|
||||||
additionalPermissions: []
|
#apiToken: ""
|
||||||
|
## @param cloudflare.apiKey When using the Cloudflare provider, `CF_API_KEY` to set (optional)
|
||||||
|
##
|
||||||
|
#apiKey: ""
|
||||||
|
## @param cloudflare.secretName When using the Cloudflare provider, it's the name of the secret containing cloudflare_api_token or cloudflare_api_key.
|
||||||
|
## This ignores cloudflare.apiToken, and cloudflare.apiKey
|
||||||
|
##
|
||||||
|
secretName: "external-dns"
|
||||||
|
## @param cloudflare.email When using the Cloudflare provider, `CF_API_EMAIL` to set (optional). Needed when using CF_API_KEY
|
||||||
|
##
|
||||||
|
#email: ""
|
||||||
|
## @param cloudflare.proxied When using the Cloudflare provider, enable the proxy feature (DDOS protection, CDN...) (optional)
|
||||||
|
##
|
||||||
|
proxied: true
|
||||||
|
|
||||||
# Annotations to add to the Deployment
|
domainFilters: []
|
||||||
deploymentAnnotations: {}
|
excludeDomains: []
|
||||||
|
regexDomainFilter: ""
|
||||||
podLabels: {}
|
regexDomainExclusion: ""
|
||||||
|
zoneNameFilters: []
|
||||||
# Annotations to add to the Pod
|
zoneIdFilters: []
|
||||||
|
annotationFilter: ""
|
||||||
|
labelFilter: ""
|
||||||
|
dryRun: false
|
||||||
|
triggerLoopOnEvent: false
|
||||||
|
interval: "1m"
|
||||||
|
logLevel: info
|
||||||
|
logFormat: text
|
||||||
|
policy: upsert-only
|
||||||
|
registry: "txt"
|
||||||
|
txtPrefix: ""
|
||||||
|
txtSuffix: ""
|
||||||
|
txtOwnerId: ""
|
||||||
|
forceTxtOwnerId: false
|
||||||
|
extraArgs: {}
|
||||||
|
extraEnvVars: []
|
||||||
|
extraEnvVarsCM: ""
|
||||||
|
extraEnvVarsSecret: ""
|
||||||
|
lifecycleHooks: {}
|
||||||
|
schedulerName: ""
|
||||||
|
topologySpreadConstraints: []
|
||||||
|
replicaCount: 1
|
||||||
|
podAffinityPreset: ""
|
||||||
|
podAntiAffinityPreset: soft
|
||||||
|
nodeAffinityPreset:
|
||||||
|
type: ""
|
||||||
|
key: ""
|
||||||
|
values: []
|
||||||
|
affinity: {}
|
||||||
|
nodeSelector: {}
|
||||||
|
tolerations: []
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
podLabels: {}
|
||||||
shareProcessNamespace: false
|
|
||||||
|
|
||||||
podSecurityContext:
|
|
||||||
fsGroup: 65534
|
|
||||||
|
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsUser: 65534
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
capabilities:
|
|
||||||
drop: ["ALL"]
|
|
||||||
|
|
||||||
# Defaults to `ClusterFirst`.
|
|
||||||
# Valid values are: `ClusterFirstWithHostNet`, `ClusterFirst`, `Default` or `None`.
|
|
||||||
dnsPolicy:
|
|
||||||
|
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
|
secretAnnotations: {}
|
||||||
terminationGracePeriodSeconds:
|
crd:
|
||||||
|
create: false
|
||||||
serviceMonitor:
|
apiversion: ""
|
||||||
enabled: false
|
kind: ""
|
||||||
additionalLabels: {}
|
service:
|
||||||
interval: 1m
|
enabled: true
|
||||||
scrapeTimeout: 10s
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
env:
|
http: 7979
|
||||||
- name: CF_API_TOKEN
|
nodePorts:
|
||||||
valueFrom:
|
http: ""
|
||||||
secretKeyRef:
|
clusterIP: ""
|
||||||
key: cloudflare_api_token
|
externalIPs: []
|
||||||
name: external-dns
|
loadBalancerIP: ""
|
||||||
optional: true
|
loadBalancerSourceRanges: []
|
||||||
- name: CF_API_KEY
|
externalTrafficPolicy: Cluster
|
||||||
valueFrom:
|
extraPorts: []
|
||||||
secretKeyRef:
|
annotations: {}
|
||||||
key: cloudflare_api_key
|
labels: {}
|
||||||
name: external-dns
|
sessionAffinity: None
|
||||||
optional: true
|
sessionAffinityConfig: {}
|
||||||
- name: CF_API_EMAIL
|
|
||||||
valueFrom:
|
serviceAccount:
|
||||||
secretKeyRef:
|
create: true
|
||||||
key: cloudflare_api_email
|
name: ""
|
||||||
name: external-dns
|
annotations: {}
|
||||||
optional: true
|
automountServiceAccountToken: true
|
||||||
|
labels: {}
|
||||||
|
|
||||||
|
rbac:
|
||||||
|
create: true
|
||||||
|
clusterRole: true
|
||||||
|
apiVersion: v1
|
||||||
|
pspEnabled: false
|
||||||
|
|
||||||
|
containerSecurityContext: {}
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
enabled: true
|
||||||
|
fsGroup: 1001
|
||||||
|
runAsUser: 1001
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 50Mi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 50Mi
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
enabled: true
|
||||||
path: /healthz
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
enabled: true
|
||||||
path: /healthz
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
startupProbe:
|
||||||
service:
|
enabled: false
|
||||||
port: 7979
|
initialDelaySeconds: 5
|
||||||
annotations: {}
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 6
|
||||||
|
successThreshold: 1
|
||||||
|
## @param customLivenessProbe Override default liveness probe
|
||||||
|
##
|
||||||
|
customLivenessProbe: {}
|
||||||
|
## @param customReadinessProbe Override default readiness probe
|
||||||
|
##
|
||||||
|
customReadinessProbe: {}
|
||||||
|
## @param customStartupProbe Override default startup probe
|
||||||
|
##
|
||||||
|
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/
|
||||||
|
##
|
||||||
|
|
||||||
resources: {}
|
podDisruptionBudget: {}
|
||||||
|
## Prometheus Exporter / Metrics
|
||||||
nodeSelector: {}
|
##
|
||||||
|
metrics:
|
||||||
tolerations: []
|
## @param metrics.enabled Enable prometheus to access external-dns metrics endpoint
|
||||||
|
##
|
||||||
affinity: {}
|
enabled: false
|
||||||
|
## @param metrics.podAnnotations Annotations for enabling prometheus to access the metrics endpoint
|
||||||
topologySpreadConstraints: []
|
##
|
||||||
|
podAnnotations: {}
|
||||||
logLevel: info
|
## Prometheus Operator ServiceMonitor configuration
|
||||||
logFormat: text
|
##
|
||||||
|
serviceMonitor:
|
||||||
interval: 1m
|
## @param metrics.serviceMonitor.enabled Create ServiceMonitor object
|
||||||
triggerLoopOnEvent: false
|
##
|
||||||
|
enabled: false
|
||||||
sources:
|
## @param metrics.serviceMonitor.namespace Namespace in which Prometheus is running
|
||||||
- service
|
##
|
||||||
- ingress
|
namespace: ""
|
||||||
|
## @param metrics.serviceMonitor.interval Interval at which metrics should be scraped
|
||||||
policy: upsert-only
|
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||||
|
##
|
||||||
registry: txt
|
interval: ""
|
||||||
txtOwnerId: ""
|
## @param metrics.serviceMonitor.scrapeTimeout Timeout after which the scrape is ended
|
||||||
txtPrefix: ""
|
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||||
txtSuffix: ""
|
##
|
||||||
|
scrapeTimeout: ""
|
||||||
domainFilters: []
|
## @param metrics.serviceMonitor.selector Additional labels for ServiceMonitor object
|
||||||
|
## ref: https://github.com/bitnami/charts/tree/master/bitnami/prometheus-operator#prometheus-configuration
|
||||||
provider: cloudflare
|
## e.g:
|
||||||
|
## selector:
|
||||||
extraArgs: []
|
## prometheus: my-prometheus
|
||||||
|
##
|
||||||
deploymentStrategy:
|
selector: {}
|
||||||
type: Recreate
|
## @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: []
|
||||||
|
## @param metrics.serviceMonitor.relabelings [array] Prometheus relabeling rules
|
||||||
|
##
|
||||||
|
relabelings: []
|
||||||
|
## @param metrics.serviceMonitor.honorLabels Specify honorLabels parameter to add the scrape endpoint
|
||||||
|
##
|
||||||
|
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: {}
|
||||||
|
## @param metrics.serviceMonitor.jobLabel The name of the label on the target service to use as the job name in prometheus.
|
||||||
|
##
|
||||||
|
jobLabel: ""
|
||||||
|
## Google Managed Prometheus PodMonitor configuration
|
||||||
|
##
|
||||||
|
googlePodMonitor:
|
||||||
|
## @param metrics.googlePodMonitor.enabled Create Google Managed Prometheus PodMonitoring object
|
||||||
|
##
|
||||||
|
enabled: false
|
||||||
|
## @param metrics.googlePodMonitor.namespace Namespace in which PodMonitoring created
|
||||||
|
##
|
||||||
|
namespace: ""
|
||||||
|
## @param metrics.googlePodMonitor.interval Interval at which metrics should be scraped by Google Managed Prometheus
|
||||||
|
##
|
||||||
|
interval: "60s"
|
||||||
|
## @param metrics.googlePodMonitor.endpoint The endpoint for Google Managed Prometheus scraping the metrics
|
||||||
|
##
|
||||||
|
endpoint: /metrics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user