Update argocd/external-dns/index.yaml
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
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
|
||||||
@@ -22,46 +22,46 @@ external-dns:
|
|||||||
# 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:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
additionalLabels: {}
|
additionalLabels: {}
|
||||||
interval: 1m
|
interval: 1m
|
||||||
scrapeTimeout: 10s
|
scrapeTimeout: 10s
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: CF_API_KEY
|
- name: CF_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -73,7 +73,7 @@ external-dns:
|
|||||||
name: cloudflare
|
name: cloudflare
|
||||||
key: CF_API_EMAIL
|
key: CF_API_EMAIL
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: http
|
port: http
|
||||||
@@ -83,7 +83,7 @@ external-dns:
|
|||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: http
|
port: http
|
||||||
@@ -93,51 +93,51 @@ external-dns:
|
|||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port: 7979
|
port: 7979
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
|
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
topologySpreadConstraints: []
|
topologySpreadConstraints: []
|
||||||
|
|
||||||
logLevel: info
|
logLevel: info
|
||||||
logFormat: text
|
logFormat: text
|
||||||
|
|
||||||
interval: 1m
|
interval: 1m
|
||||||
triggerLoopOnEvent: false
|
triggerLoopOnEvent: false
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- service
|
- service
|
||||||
- ingress
|
- ingress
|
||||||
|
|
||||||
policy: upsert-only
|
policy: upsert-only
|
||||||
|
|
||||||
registry: txt
|
registry: txt
|
||||||
txtOwnerId: ""
|
txtOwnerId: ""
|
||||||
txtPrefix: ""
|
txtPrefix: ""
|
||||||
txtSuffix: ""
|
txtSuffix: ""
|
||||||
|
|
||||||
domainFilters: []
|
domainFilters: []
|
||||||
|
|
||||||
provider: Cloudflare
|
provider: Cloudflare
|
||||||
|
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- --source=ingress
|
- --source=ingress
|
||||||
- --domain-filter=durp.info
|
- --domain-filter=durp.info
|
||||||
- --provider=cloudflare
|
- --provider=cloudflare
|
||||||
- --cloudflare-proxied
|
- --cloudflare-proxied
|
||||||
|
|
||||||
deploymentStrategy:
|
deploymentStrategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user