mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Merge a3d019d560
into 0e7c3af221
This commit is contained in:
commit
fa62722e48
@ -130,19 +130,25 @@ If `namespaced` is set to `true`, please ensure that `sources` my only contains
|
|||||||
| podSecurityContext | object | See _values.yaml_ | [Pod security context](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core), this supports full customisation. |
|
| podSecurityContext | object | See _values.yaml_ | [Pod security context](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core), this supports full customisation. |
|
||||||
| policy | string | `"upsert-only"` | How DNS records are synchronized between sources and providers; available values are `create-only`, `sync`, & `upsert-only`. |
|
| policy | string | `"upsert-only"` | How DNS records are synchronized between sources and providers; available values are `create-only`, `sync`, & `upsert-only`. |
|
||||||
| priorityClassName | string | `nil` | Priority class name for the `Pod`. |
|
| priorityClassName | string | `nil` | Priority class name for the `Pod`. |
|
||||||
|
| provider | object | See _values.yaml_ | Provider configuration |
|
||||||
| provider.name | string | `"aws"` | _ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers). |
|
| provider.name | string | `"aws"` | _ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers). |
|
||||||
| provider.webhook.args | list | `[]` | Extra arguments to provide for the `webhook` container. |
|
| provider.webhook | object | See _values.yaml_ | Webhook configuration |
|
||||||
| provider.webhook.env | list | `[]` | [Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container. |
|
| provider.webhook.readTimeout | integer | `nil` | Webhook read timeout |
|
||||||
| provider.webhook.extraVolumeMounts | list | `[]` | Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container. |
|
| provider.webhook.sidecar | object | See _values.yaml_ | Webhook sidecar container configuration |
|
||||||
| provider.webhook.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the `webhook` container. |
|
| provider.webhook.sidecar.args | list | `[]` | Extra arguments to provide for the `webhook` container. |
|
||||||
| provider.webhook.image.repository | string | `nil` | Image repository for the `webhook` container. |
|
| provider.webhook.sidecar.env | list | `[]` | [Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container. |
|
||||||
| provider.webhook.image.tag | string | `nil` | Image tag for the `webhook` container. |
|
| provider.webhook.sidecar.extraVolumeMounts | list | `[]` | Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container. |
|
||||||
| provider.webhook.livenessProbe | object | See _values.yaml_ | [Liveness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container. |
|
| provider.webhook.sidecar.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the `webhook` container. |
|
||||||
| provider.webhook.readinessProbe | object | See _values.yaml_ | [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `webhook` container. |
|
| provider.webhook.sidecar.image.repository | string | `nil` | Image repository for the `webhook` container. |
|
||||||
| provider.webhook.resources | object | `{}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `webhook` container. |
|
| provider.webhook.sidecar.image.tag | string | `nil` | Image tag for the `webhook` container. |
|
||||||
| provider.webhook.securityContext | object | See _values.yaml_ | [Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) for the `webhook` container. |
|
| provider.webhook.sidecar.livenessProbe | object | See _values.yaml_ | [Liveness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container. |
|
||||||
| provider.webhook.service.port | int | `8080` | Webhook exposed HTTP port for the service. |
|
| provider.webhook.sidecar.readinessProbe | object | See _values.yaml_ | [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `webhook` container. |
|
||||||
| provider.webhook.serviceMonitor | object | See _values.yaml_ | Optional [Service Monitor](https://prometheus-operator.dev/docs/operator/design/#servicemonitor) configuration for the `webhook` container. |
|
| provider.webhook.sidecar.resources | object | `{}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `webhook` container. |
|
||||||
|
| provider.webhook.sidecar.securityContext | object | See _values.yaml_ | [Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) for the `webhook` container. |
|
||||||
|
| provider.webhook.sidecar.service.port | int | `8080` | Webhook exposed HTTP port for the service. |
|
||||||
|
| provider.webhook.sidecar.serviceMonitor | object | See _values.yaml_ | Optional [Service Monitor](https://prometheus-operator.dev/docs/operator/design/#servicemonitor) configuration for the `webhook` container. |
|
||||||
|
| provider.webhook.url | string | `nil` | Webhook URL |
|
||||||
|
| provider.webhook.writeTimeout | integer | `nil` | Webhook write timeout |
|
||||||
| rbac.additionalPermissions | list | `[]` | Additional rules to add to the `ClusterRole`. |
|
| rbac.additionalPermissions | list | `[]` | Additional rules to add to the `ClusterRole`. |
|
||||||
| rbac.create | bool | `true` | If `true`, create a `ClusterRole` & `ClusterRoleBinding` with access to the Kubernetes API. |
|
| rbac.create | bool | `true` | If `true`, create a `ClusterRole` & `ClusterRoleBinding` with access to the Kubernetes API. |
|
||||||
| readinessProbe | object | See _values.yaml_ | [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container. |
|
| readinessProbe | object | See _values.yaml_ | [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container. |
|
||||||
|
@ -11,9 +11,10 @@ resources:
|
|||||||
|
|
||||||
provider:
|
provider:
|
||||||
webhook:
|
webhook:
|
||||||
requests:
|
sidecar:
|
||||||
cpu: 200m
|
requests:
|
||||||
memory: 128Mi
|
cpu: 200m
|
||||||
limits:
|
memory: 128Mi
|
||||||
cpu: 300m
|
limits:
|
||||||
memory: 200Mi
|
cpu: 300m
|
||||||
|
memory: 200Mi
|
||||||
|
@ -127,6 +127,17 @@ spec:
|
|||||||
- --managed-record-types={{ . }}
|
- --managed-record-types={{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- --provider={{ $providerName }}
|
- --provider={{ $providerName }}
|
||||||
|
{{- if kindIs "map" .Values.provider }}
|
||||||
|
{{- if .Values.provider.webhook.readTimeout }}
|
||||||
|
- --webhook-provider-read-timeout={{ .Values.provider.webhook.readTimeout }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.provider.webhook.writeTimeout }}
|
||||||
|
- --webhook-provider-write-timeout={{ .Values.provider.webhook.writeTimeout }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.provider.webhook.url }}
|
||||||
|
- --webhook-provider-url={{ .Values.provider.webhook.url }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- if kindIs "map" .Values.extraArgs }}
|
{{- if kindIs "map" .Values.extraArgs }}
|
||||||
{{- range $key, $value := .Values.extraArgs }}
|
{{- range $key, $value := .Values.extraArgs }}
|
||||||
{{- if not (kindIs "invalid" $value) }}
|
{{- if not (kindIs "invalid" $value) }}
|
||||||
@ -173,7 +184,9 @@ spec:
|
|||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq $providerName "webhook" }}
|
{{- if eq $providerName "webhook" }}
|
||||||
{{- with .Values.provider.webhook }}
|
{{- if kindIs "map" .Values.provider }}
|
||||||
|
{{- if .Values.provider.webhook.sidecar }}
|
||||||
|
{{- with .Values.provider.webhook.sidecar }}
|
||||||
- name: webhook
|
- name: webhook
|
||||||
image: {{ include "external-dns.webhookImage" . }}
|
image: {{ include "external-dns.webhookImage" . }}
|
||||||
imagePullPolicy: {{ .image.pullPolicy }}
|
imagePullPolicy: {{ .image.pullPolicy }}
|
||||||
@ -209,6 +222,8 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- if or .Values.secretConfiguration.enabled .Values.extraVolumes }}
|
{{- if or .Values.secretConfiguration.enabled .Values.extraVolumes }}
|
||||||
volumes:
|
volumes:
|
||||||
{{- if .Values.secretConfiguration.enabled }}
|
{{- if .Values.secretConfiguration.enabled }}
|
||||||
|
@ -27,10 +27,14 @@ spec:
|
|||||||
targetPort: http
|
targetPort: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- if eq $providerName "webhook" }}
|
{{- if eq $providerName "webhook" }}
|
||||||
{{- with .Values.provider.webhook.service }}
|
{{- if kindIs "map" .Values.provider }}
|
||||||
|
{{- if .Values.provider.webhook.sidecar }}
|
||||||
|
{{- with .Values.provider.webhook.sidecar.service }}
|
||||||
- name: http-webhook
|
- name: http-webhook
|
||||||
port: {{ .port }}
|
port: {{ .port }}
|
||||||
targetPort: http-webhook
|
targetPort: http-webhook
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
@ -50,7 +50,9 @@ spec:
|
|||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq $providerName "webhook" }}
|
{{- if eq $providerName "webhook" }}
|
||||||
{{- with .Values.provider.webhook.serviceMonitor }}
|
{{- if kindIs "map" .Values.provider }}
|
||||||
|
{{- if .Values.provider.webhook.sidecar }}
|
||||||
|
{{- with .Values.provider.webhook.sidecar.serviceMonitor }}
|
||||||
- port: http-webhook
|
- port: http-webhook
|
||||||
path: /metrics
|
path: /metrics
|
||||||
{{- with .interval }}
|
{{- with .interval }}
|
||||||
@ -79,6 +81,8 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- with .Values.serviceMonitor.targetLabels }}
|
{{- with .Values.serviceMonitor.targetLabels }}
|
||||||
targetLabels:
|
targetLabels:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
|
@ -23,9 +23,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": [
|
"default": "Recreate",
|
||||||
"string"
|
"type": "string",
|
||||||
],
|
|
||||||
"enum": [
|
"enum": [
|
||||||
"Recreate",
|
"Recreate",
|
||||||
"RollingUpdate"
|
"RollingUpdate"
|
||||||
@ -98,6 +97,13 @@
|
|||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"gatewayNamespace": {
|
||||||
|
"description": "_Gateway API_ gateway namespace to watch.",
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"global": {
|
"global": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -192,9 +198,7 @@
|
|||||||
"logFormat": {
|
"logFormat": {
|
||||||
"description": "Log format.",
|
"description": "Log format.",
|
||||||
"default": "text",
|
"default": "text",
|
||||||
"type": [
|
"type": "string",
|
||||||
"string"
|
|
||||||
],
|
|
||||||
"enum": [
|
"enum": [
|
||||||
"text",
|
"text",
|
||||||
"json"
|
"json"
|
||||||
@ -203,9 +207,7 @@
|
|||||||
"logLevel": {
|
"logLevel": {
|
||||||
"description": "Log level.",
|
"description": "Log level.",
|
||||||
"default": "info",
|
"default": "info",
|
||||||
"type": [
|
"type": "string",
|
||||||
"string"
|
|
||||||
],
|
|
||||||
"enum": [
|
"enum": [
|
||||||
"panic",
|
"panic",
|
||||||
"debug",
|
"debug",
|
||||||
@ -272,9 +274,7 @@
|
|||||||
"policy": {
|
"policy": {
|
||||||
"description": "How DNS records are synchronized between sources and providers; available values are `create-only`, `sync`, \u0026 `upsert-only`.",
|
"description": "How DNS records are synchronized between sources and providers; available values are `create-only`, `sync`, \u0026 `upsert-only`.",
|
||||||
"default": "upsert-only",
|
"default": "upsert-only",
|
||||||
"type": [
|
"type": "string",
|
||||||
"string"
|
|
||||||
],
|
|
||||||
"enum": [
|
"enum": [
|
||||||
"create-only",
|
"create-only",
|
||||||
"sync",
|
"sync",
|
||||||
@ -289,6 +289,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"provider": {
|
"provider": {
|
||||||
|
"description": "Provider configuration",
|
||||||
"type": [
|
"type": [
|
||||||
"object",
|
"object",
|
||||||
"string"
|
"string"
|
||||||
@ -296,217 +297,256 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"description": "_ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers).",
|
"description": "_ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers).",
|
||||||
"type": "string"
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"webhook": {
|
"webhook": {
|
||||||
"type": "object",
|
"description": "Webhook configuration",
|
||||||
|
"type": [
|
||||||
|
"object",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"args": {
|
"readTimeout": {
|
||||||
"description": "Extra arguments to provide for the `webhook` container.",
|
"description": "Webhook read timeout",
|
||||||
"type": "array"
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"env": {
|
"sidecar": {
|
||||||
"description": "[Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container.",
|
"description": "Webhook sidecar container configuration",
|
||||||
"type": "array"
|
"type": [
|
||||||
},
|
"object",
|
||||||
"extraVolumeMounts": {
|
"null"
|
||||||
"description": "Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container.",
|
],
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"image": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"pullPolicy": {
|
"args": {
|
||||||
"description": "Image pull policy for the `webhook` container.",
|
"description": "Extra arguments to provide for the `webhook` container.",
|
||||||
"type": "string"
|
"type": "array"
|
||||||
},
|
},
|
||||||
"repository": {
|
"env": {
|
||||||
"description": "Image repository for the `webhook` container.",
|
"description": "[Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container.",
|
||||||
"type": [
|
"type": "array"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"tag": {
|
"extraVolumeMounts": {
|
||||||
"description": "Image tag for the `webhook` container.",
|
"description": "Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container.",
|
||||||
"type": [
|
"type": "array"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"limits": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"cpu": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
},
|
||||||
"memory": {
|
"image": {
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"livenessProbe": {
|
|
||||||
"description": "[Liveness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container.",
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"failureThreshold": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"httpGet": {
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"path": {
|
"pullPolicy": {
|
||||||
|
"description": "Image pull policy for the `webhook` container.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"description": "Image repository for the `webhook` container.",
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"port": {
|
"tag": {
|
||||||
"type": [
|
"description": "Image tag for the `webhook` container.",
|
||||||
"integer",
|
|
||||||
"string"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"initialDelaySeconds": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"periodSeconds": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"successThreshold": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"timeoutSeconds": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"readinessProbe": {
|
|
||||||
"description": "[Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `webhook` container.",
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"failureThreshold": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"httpGet": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"path": {
|
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"limits": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"cpu": {
|
||||||
|
"type": "string"
|
||||||
},
|
},
|
||||||
"port": {
|
"memory": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"livenessProbe": {
|
||||||
|
"description": "[Liveness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container.",
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"failureThreshold": {
|
||||||
"type": [
|
"type": [
|
||||||
"integer",
|
"integer",
|
||||||
"string"
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"httpGet": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"path": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"port": {
|
||||||
|
"default": "string",
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"string"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"initialDelaySeconds": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"periodSeconds": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"successThreshold": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"timeoutSeconds": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"initialDelaySeconds": {
|
"readinessProbe": {
|
||||||
"type": [
|
"description": "[Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `webhook` container.",
|
||||||
"integer",
|
"type": "object",
|
||||||
"null"
|
"properties": {
|
||||||
]
|
"failureThreshold": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"httpGet": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"path": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"port": {
|
||||||
|
"default": "string",
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"string"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"initialDelaySeconds": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"periodSeconds": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"successThreshold": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"timeoutSeconds": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"periodSeconds": {
|
"requests": {
|
||||||
"type": [
|
"type": "object",
|
||||||
"integer",
|
"properties": {
|
||||||
"null"
|
"cpu": {
|
||||||
]
|
"type": "string"
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"successThreshold": {
|
"resources": {
|
||||||
"type": [
|
"description": "[Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `webhook` container.",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"timeoutSeconds": {
|
|
||||||
"type": [
|
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"requests": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"cpu": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"resources": {
|
|
||||||
"description": "[Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `webhook` container.",
|
|
||||||
"type": "object"
|
|
||||||
},
|
|
||||||
"securityContext": {
|
|
||||||
"description": "[Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) for the `webhook` container.",
|
|
||||||
"type": "object"
|
|
||||||
},
|
|
||||||
"service": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"port": {
|
|
||||||
"description": "Webhook exposed HTTP port for the service.",
|
|
||||||
"type": "integer"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"serviceMonitor": {
|
|
||||||
"description": "Optional [Service Monitor](https://prometheus-operator.dev/docs/operator/design/#servicemonitor) configuration for the `webhook` container.",
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"bearerTokenFile": {
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
"interval": {
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
"metricRelabelings": {
|
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"relabelings": {
|
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"scheme": {
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
"scrapeTimeout": {
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
"tlsConfig": {
|
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
},
|
||||||
|
"securityContext": {
|
||||||
|
"description": "[Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) for the `webhook` container.",
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
|
"service": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"port": {
|
||||||
|
"description": "Webhook exposed HTTP port for the service.",
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"serviceMonitor": {
|
||||||
|
"description": "Optional [Service Monitor](https://prometheus-operator.dev/docs/operator/design/#servicemonitor) configuration for the `webhook` container.",
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"bearerTokenFile": {
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
"interval": {
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
"metricRelabelings": {
|
||||||
|
"type": "array"
|
||||||
|
},
|
||||||
|
"relabelings": {
|
||||||
|
"type": "array"
|
||||||
|
},
|
||||||
|
"scheme": {
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
"scrapeTimeout": {
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
"tlsConfig": {
|
||||||
|
"type": "object"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"description": "Webhook URL",
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"writeTimeout": {
|
||||||
|
"description": "Webhook write timeout",
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ image: # @schema additionalProperties: false
|
|||||||
# -- Image tag for the `external-dns` container, this will default to `.Chart.AppVersion` if not set.
|
# -- Image tag for the `external-dns` container, this will default to `.Chart.AppVersion` if not set.
|
||||||
tag: # @schema type:[string, null]
|
tag: # @schema type:[string, null]
|
||||||
# -- Image pull policy for the `external-dns` container.
|
# -- Image pull policy for the `external-dns` container.
|
||||||
pullPolicy: IfNotPresent # @schema enum:[IfNotPresent, Always];
|
pullPolicy: IfNotPresent # @schema enum:[IfNotPresent, Always]
|
||||||
|
|
||||||
# -- Image pull secrets.
|
# -- Image pull secrets.
|
||||||
imagePullSecrets: [] # @schema item: object
|
imagePullSecrets: [] # @schema item: object
|
||||||
@ -44,11 +44,11 @@ service:
|
|||||||
# -- Service HTTP port.
|
# -- Service HTTP port.
|
||||||
port: 7979 # @schema minimum:0; default:7979
|
port: 7979 # @schema minimum:0; default:7979
|
||||||
# -- Service IP families (e.g. IPv4 and/or IPv6).
|
# -- Service IP families (e.g. IPv4 and/or IPv6).
|
||||||
ipFamilies: [] # @schema type: [array, null]; item: string; itemEnum: ["IPv4", "IPv6"]; minItems:0; maxItems:2; uniqueItems: true;
|
ipFamilies: [] # @schema type: [array, null]; item: string; itemEnum: ["IPv4", "IPv6"]; minItems:0; maxItems:2; uniqueItems: true
|
||||||
# - IPv4
|
# - IPv4
|
||||||
# - IPv6
|
# - IPv6
|
||||||
# -- Service IP family policy.
|
# -- Service IP family policy.
|
||||||
ipFamilyPolicy: # @schema type: [string, null]; enum:[SingleStack, PreferDualStack, RequireDualStack, null];
|
ipFamilyPolicy: # @schema type: [string, null]; enum:[SingleStack, PreferDualStack, RequireDualStack, null]
|
||||||
|
|
||||||
rbac: # @schema additionalProperties: true
|
rbac: # @schema additionalProperties: true
|
||||||
# -- If `true`, create a `ClusterRole` & `ClusterRoleBinding` with access to the Kubernetes API.
|
# -- If `true`, create a `ClusterRole` & `ClusterRoleBinding` with access to the Kubernetes API.
|
||||||
@ -238,69 +238,82 @@ excludeDomains: []
|
|||||||
labelFilter: # @schema type: [string,null]; default: null
|
labelFilter: # @schema type: [string,null]; default: null
|
||||||
|
|
||||||
# -- Record types to manage (default: A, AAAA, CNAME)
|
# -- Record types to manage (default: A, AAAA, CNAME)
|
||||||
managedRecordTypes: [] # @schema type: [array, null]; item: string; uniqueItems: true;
|
managedRecordTypes: [] # @schema type: [array, null]; item: string; uniqueItems: true
|
||||||
|
|
||||||
provider: # @schema type: [object, string];
|
# -- (object) Provider configuration
|
||||||
|
# @default -- See _values.yaml_
|
||||||
|
provider: # @schema type: [object, string]
|
||||||
# -- _ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers).
|
# -- _ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers).
|
||||||
name: aws
|
name: aws # @schema type:[string, null]
|
||||||
webhook:
|
# -- (object) Webhook configuration
|
||||||
image:
|
# @default -- See _values.yaml_
|
||||||
# -- (string) Image repository for the `webhook` container.
|
webhook: # @schema type: [object, null]
|
||||||
repository: # @schema type:[string, null]; default: null
|
# -- (string) Webhook URL
|
||||||
# -- (string) Image tag for the `webhook` container.
|
url: # @schema type:[string, null]; default: null
|
||||||
tag: # @schema type:[string, null]; default: null
|
# -- (integer) Webhook read timeout
|
||||||
# -- Image pull policy for the `webhook` container.
|
readTimeout: # @schema type:[integer, null]; default: null
|
||||||
pullPolicy: IfNotPresent
|
# -- (integer) Webhook write timeout
|
||||||
# -- [Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container.
|
writeTimeout: # @schema type:[integer, null]; default: null
|
||||||
env: []
|
# -- (object) Webhook sidecar container configuration
|
||||||
# -- Extra arguments to provide for the `webhook` container.
|
|
||||||
args: []
|
|
||||||
# -- Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container.
|
|
||||||
extraVolumeMounts: []
|
|
||||||
# -- [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `webhook` container.
|
|
||||||
resources: {}
|
|
||||||
# -- [Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) for the `webhook` container.
|
|
||||||
# @default -- See _values.yaml_
|
# @default -- See _values.yaml_
|
||||||
securityContext: {}
|
sidecar: # @schema type: [object, null]; default: null
|
||||||
# -- [Liveness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container.
|
image:
|
||||||
# @default -- See _values.yaml_
|
# -- (string) Image repository for the `webhook` container.
|
||||||
livenessProbe:
|
repository: # @schema type:[string, null]; default: null
|
||||||
httpGet:
|
# -- (string) Image tag for the `webhook` container.
|
||||||
path: /healthz # @schema type:[string, null]; default: null
|
tag: # @schema type:[string, null]; default: null
|
||||||
port: http-webhook # @schema type:[integer,string]; default: string
|
# -- Image pull policy for the `webhook` container.
|
||||||
initialDelaySeconds: 10 # @schema type:[integer, null]; default: null
|
pullPolicy: IfNotPresent
|
||||||
periodSeconds: 10 # @schema type:[integer, null]; default: null
|
# -- [Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container.
|
||||||
timeoutSeconds: 5 # @schema type:[integer, null]; default: null
|
env: []
|
||||||
failureThreshold: 2 # @schema type:[integer, null]; default: null
|
# -- Extra arguments to provide for the `webhook` container.
|
||||||
successThreshold: 1 # @schema type:[integer, null]; default: null
|
args: []
|
||||||
# -- [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `webhook` container.
|
# -- Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container.
|
||||||
# @default -- See _values.yaml_
|
extraVolumeMounts: []
|
||||||
readinessProbe:
|
# -- [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `webhook` container.
|
||||||
httpGet:
|
resources: {}
|
||||||
path: /healthz # @schema type:[string, null]; default: null
|
# -- [Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) for the `webhook` container.
|
||||||
port: http-webhook # @schema type:[integer,string]; default: string
|
# @default -- See _values.yaml_
|
||||||
initialDelaySeconds: 5 # @schema type:[integer, null]; default: null
|
securityContext: {}
|
||||||
periodSeconds: 10 # @schema type:[integer, null]; default: null
|
# -- [Liveness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `external-dns` container.
|
||||||
timeoutSeconds: 5 # @schema type:[integer, null]; default: null
|
# @default -- See _values.yaml_
|
||||||
failureThreshold: 6 # @schema type:[integer, null]; default: null
|
livenessProbe:
|
||||||
successThreshold: 1 # @schema type:[integer, null]; default: null
|
httpGet:
|
||||||
service:
|
path: /healthz # @schema type:[string, null]; default: null
|
||||||
# -- Webhook exposed HTTP port for the service.
|
port: http-webhook # @schema type:[integer,string]; default: string
|
||||||
port: 8080
|
initialDelaySeconds: 10 # @schema type:[integer, null]; default: null
|
||||||
# -- Optional [Service Monitor](https://prometheus-operator.dev/docs/operator/design/#servicemonitor) configuration for the `webhook` container.
|
periodSeconds: 10 # @schema type:[integer, null]; default: null
|
||||||
# @default -- See _values.yaml_
|
timeoutSeconds: 5 # @schema type:[integer, null]; default: null
|
||||||
serviceMonitor:
|
failureThreshold: 2 # @schema type:[integer, null]; default: null
|
||||||
interval:
|
successThreshold: 1 # @schema type:[integer, null]; default: null
|
||||||
scheme:
|
# -- [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `webhook` container.
|
||||||
tlsConfig: {}
|
# @default -- See _values.yaml_
|
||||||
bearerTokenFile:
|
readinessProbe:
|
||||||
scrapeTimeout:
|
httpGet:
|
||||||
metricRelabelings: []
|
path: /healthz # @schema type:[string, null]; default: null
|
||||||
relabelings: []
|
port: http-webhook # @schema type:[integer,string]; default: string
|
||||||
|
initialDelaySeconds: 5 # @schema type:[integer, null]; default: null
|
||||||
|
periodSeconds: 10 # @schema type:[integer, null]; default: null
|
||||||
|
timeoutSeconds: 5 # @schema type:[integer, null]; default: null
|
||||||
|
failureThreshold: 6 # @schema type:[integer, null]; default: null
|
||||||
|
successThreshold: 1 # @schema type:[integer, null]; default: null
|
||||||
|
service:
|
||||||
|
# -- Webhook exposed HTTP port for the service.
|
||||||
|
port: 8080
|
||||||
|
# -- Optional [Service Monitor](https://prometheus-operator.dev/docs/operator/design/#servicemonitor) configuration for the `webhook` container.
|
||||||
|
# @default -- See _values.yaml_
|
||||||
|
serviceMonitor:
|
||||||
|
interval:
|
||||||
|
scheme:
|
||||||
|
tlsConfig: {}
|
||||||
|
bearerTokenFile:
|
||||||
|
scrapeTimeout:
|
||||||
|
metricRelabelings: []
|
||||||
|
relabelings: []
|
||||||
|
|
||||||
# -- Extra arguments to provide to _ExternalDNS_.
|
# -- Extra arguments to provide to _ExternalDNS_.
|
||||||
# An array or map can be used, with maps allowing for value overrides; maps also support slice values to use the same arg multiple times.
|
# An array or map can be used, with maps allowing for value overrides; maps also support slice values to use the same arg multiple times.
|
||||||
extraArgs: {} # @schema type: [array, null, object]; item: string; uniqueItems: true;
|
extraArgs: {} # @schema type: [array, null, object]; item: string; uniqueItems: true
|
||||||
|
|
||||||
secretConfiguration:
|
secretConfiguration:
|
||||||
# -- If `true`, create a `Secret` to store sensitive provider configuration (**DEPRECATED**).
|
# -- If `true`, create a `Secret` to store sensitive provider configuration (**DEPRECATED**).
|
||||||
|
Loading…
Reference in New Issue
Block a user