Update argocd/external-dns/index.yaml

This commit is contained in:
2022-09-26 20:45:35 +00:00
parent 68961c2e9a
commit 6fa3addc2b

View File

@@ -1,143 +1,143 @@
external-dns: #external-dns:
image: image:
repository: k8s.gcr.io/external-dns/external-dns repository: k8s.gcr.io/external-dns/external-dns
# Overrides the image tag whose default is v{{ .Chart.AppVersion }} # Overrides the image tag whose default is v{{ .Chart.AppVersion }}
tag: "" tag: ""
pullPolicy: Always pullPolicy: Always
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
commonLabels: {} commonLabels: {}
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created
create: true create: true
# Annotations to add to the service account # Annotations to add to the service account
annotations: {} annotations: {}
# The name of the service account to use. # The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
rbac: rbac:
# Specifies whether RBAC resources should be created # Specifies whether RBAC resources should be created
create: true create: true
additionalPermissions: [] additionalPermissions: []
# Annotations to add to the Deployment # Annotations to add to the Deployment
deploymentAnnotations: {} deploymentAnnotations: {}
podLabels: {} podLabels: {}
# Annotations to add to the Pod # Annotations to add to the Pod
podAnnotations: {} podAnnotations: {}
shareProcessNamespace: false shareProcessNamespace: false
podSecurityContext: podSecurityContext:
fsGroup: 65534 fsGroup: 65534
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 65534 runAsUser: 65534
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
capabilities: capabilities:
drop: ["ALL"] drop: ["ALL"]
# Defaults to `ClusterFirst`. # Defaults to `ClusterFirst`.
# Valid values are: `ClusterFirstWithHostNet`, `ClusterFirst`, `Default` or `None`. # Valid values are: `ClusterFirstWithHostNet`, `ClusterFirst`, `Default` or `None`.
dnsPolicy: dnsPolicy:
priorityClassName: "" priorityClassName: ""
terminationGracePeriodSeconds: terminationGracePeriodSeconds:
serviceMonitor:
enabled: false
additionalLabels: {}
interval: 1m
scrapeTimeout: 10s
env:
- name: CF_API_KEY
valueFrom:
secretKeyRef:
name: cloudflare
key: CF_API_KEY
- name: CF_API_EMAIL
valueFrom:
secretKeyRef:
name: cloudflare
key: CF_API_EMAIL
livenessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 2
successThreshold: 1
readinessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
successThreshold: 1
service:
port: 7979
annotations: {}
extraVolumes: []
extraVolumeMounts: []
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
topologySpreadConstraints: []
logLevel: info
logFormat: text
serviceMonitor:
enabled: false
additionalLabels: {}
interval: 1m interval: 1m
triggerLoopOnEvent: false scrapeTimeout: 10s
sources: env:
- service - name: CF_API_KEY
- ingress valueFrom:
secretKeyRef:
name: cloudflare
key: CF_API_KEY
- name: CF_API_EMAIL
valueFrom:
secretKeyRef:
name: cloudflare
key: CF_API_EMAIL
policy: upsert-only livenessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 2
successThreshold: 1
registry: txt readinessProbe:
txtOwnerId: "" httpGet:
txtPrefix: "" path: /healthz
txtSuffix: "" port: http
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
successThreshold: 1
domainFilters: [] service:
port: 7979
annotations: {}
provider: Cloudflare extraVolumes: []
extraArgs: extraVolumeMounts: []
- --source=ingress
- --domain-filter=durp.info
- --provider=cloudflare
- --cloudflare-proxied
deploymentStrategy: resources: {}
type: Recreate
nodeSelector: {}
tolerations: []
affinity: {}
topologySpreadConstraints: []
logLevel: info
logFormat: text
interval: 1m
triggerLoopOnEvent: false
sources:
- service
- ingress
policy: upsert-only
registry: txt
txtOwnerId: ""
txtPrefix: ""
txtSuffix: ""
domainFilters: []
provider: Cloudflare
extraArgs:
- --source=ingress
- --domain-filter=durp.info
- --provider=cloudflare
- --cloudflare-proxied
deploymentStrategy:
type: Recreate