2020-11-26 13:21:10 +00:00
|
|
|
{{- define "istio-values" }}
|
|
|
|
istio-discovery:
|
2021-04-26 15:19:11 +00:00
|
|
|
telemetry:
|
|
|
|
enabled: {{ .Values.metrics.enabled }}
|
|
|
|
{{- if .Values.HighAvailableControlplane }}
|
2020-11-26 13:21:10 +00:00
|
|
|
pilot:
|
2021-04-16 11:41:31 +00:00
|
|
|
replicaCount: 2
|
2021-04-26 15:19:11 +00:00
|
|
|
global:
|
|
|
|
defaultPodDisruptionBudget:
|
|
|
|
enabled: true
|
2021-04-16 11:41:31 +00:00
|
|
|
{{- end }}
|
2020-11-26 13:21:10 +00:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{- define "istio-argo" }}
|
2020-07-15 17:15:18 +00:00
|
|
|
ignoreDifferences:
|
2020-07-15 17:13:23 +00:00
|
|
|
- group: apiextensions.k8s.io
|
|
|
|
kind: CustomResourceDefinition
|
|
|
|
jsonPointers:
|
|
|
|
- /metadata/labels
|
|
|
|
- /spec/additionalPrinterColumns
|
2020-07-22 15:18:00 +00:00
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
kind: ValidatingWebhookConfiguration
|
|
|
|
jsonPointers:
|
2020-07-22 15:28:27 +00:00
|
|
|
- /webhooks/0/clientConfig/caBundle
|
|
|
|
- /webhooks/0/failurePolicy
|
2020-11-24 15:18:14 +00:00
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
kind: MutatingWebhookConfiguration
|
|
|
|
jsonPointers:
|
|
|
|
- /webhooks/0/clientConfig/caBundle
|
2021-07-15 11:54:49 +00:00
|
|
|
- /webhooks/1/clientConfig/caBundle
|
|
|
|
- /webhooks/2/clientConfig/caBundle
|
|
|
|
- /webhooks/3/clientConfig/caBundle
|
|
|
|
|
2020-07-14 16:39:12 +00:00
|
|
|
{{- end }}
|
2020-11-26 13:21:10 +00:00
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|