mirror of https://github.com/linkerd/linkerd2.git
				
				
				
			feat(helm): Allow specifying podAnnotations per deployment (#13388)
Fixes #13389 Values added: - `destinationController.podAnnotations` - annotations only for `linkerd-destination` - `identity.podAnnotations` - annotations only for `linkerd-identity` - `proxyInjector.podAnnotations` - annotations only for `linkerd-proxy-injector` Each deployment's podAnnotations take precedence over global one by means of [mergeOverwrite](https://helm.sh/docs/chart_template_guide/function_list/#mergeoverwrite-mustmergeoverwrite). Signed-off-by: Takumi Sue <u630868b@alumni.osaka-u.ac.jp>
This commit is contained in:
		
							parent
							
								
									396af7c946
								
							
						
					
					
						commit
						a20fc0bfa1
					
				|  | @ -163,6 +163,7 @@ Kubernetes: `>=1.22.0-0` | ||||||
| | destinationController.meshedHttp2ClientProtobuf.keep_alive.interval.seconds | int | `10` |  | | | destinationController.meshedHttp2ClientProtobuf.keep_alive.interval.seconds | int | `10` |  | | ||||||
| | destinationController.meshedHttp2ClientProtobuf.keep_alive.timeout.seconds | int | `3` |  | | | destinationController.meshedHttp2ClientProtobuf.keep_alive.timeout.seconds | int | `3` |  | | ||||||
| | destinationController.meshedHttp2ClientProtobuf.keep_alive.while_idle | bool | `true` |  | | | destinationController.meshedHttp2ClientProtobuf.keep_alive.while_idle | bool | `true` |  | | ||||||
|  | | destinationController.podAnnotations | object | `{}` | Additional annotations to add to destination pods | | ||||||
| | destinationController.readinessProbe.timeoutSeconds | int | `1` |  | | | destinationController.readinessProbe.timeoutSeconds | int | `1` |  | | ||||||
| | disableHeartBeat | bool | `false` | Set to true to not start the heartbeat cronjob | | | disableHeartBeat | bool | `false` | Set to true to not start the heartbeat cronjob | | ||||||
| | disableIPv6 | bool | `true` | disables routing IPv6 traffic in addition to IPv4 traffic through the proxy (IPv6 routing only available as of proxy-init v2.3.0 and linkerd-cni v1.4.0) | | | disableIPv6 | bool | `true` | disables routing IPv6 traffic in addition to IPv4 traffic through the proxy (IPv6 routing only available as of proxy-init v2.3.0 and linkerd-cni v1.4.0) | | ||||||
|  | @ -183,6 +184,7 @@ Kubernetes: `>=1.22.0-0` | ||||||
| | identity.kubeAPI.clientBurst | int | `200` | Burst value over clientQPS | | | identity.kubeAPI.clientBurst | int | `200` | Burst value over clientQPS | | ||||||
| | identity.kubeAPI.clientQPS | int | `100` | Maximum QPS sent to the kube-apiserver before throttling. See [token bucket rate limiter implementation](https://github.com/kubernetes/client-go/blob/v12.0.0/util/flowcontrol/throttle.go) | | | identity.kubeAPI.clientQPS | int | `100` | Maximum QPS sent to the kube-apiserver before throttling. See [token bucket rate limiter implementation](https://github.com/kubernetes/client-go/blob/v12.0.0/util/flowcontrol/throttle.go) | | ||||||
| | identity.livenessProbe.timeoutSeconds | int | `1` |  | | | identity.livenessProbe.timeoutSeconds | int | `1` |  | | ||||||
|  | | identity.podAnnotations | object | `{}` | Additional annotations to add to identity pods | | ||||||
| | identity.readinessProbe.timeoutSeconds | int | `1` |  | | | identity.readinessProbe.timeoutSeconds | int | `1` |  | | ||||||
| | identity.serviceAccountTokenProjection | bool | `true` | Use [Service Account token Volume projection](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection) for pod validation instead of the default token | | | identity.serviceAccountTokenProjection | bool | `true` | Use [Service Account token Volume projection](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection) for pod validation instead of the default token | | ||||||
| | identityTrustAnchorsPEM | string | `""` | Trust root certificate (ECDSA). It must be provided during install. | | | identityTrustAnchorsPEM | string | `""` | Trust root certificate (ECDSA). It must be provided during install. | | ||||||
|  | @ -311,6 +313,7 @@ Kubernetes: `>=1.22.0-0` | ||||||
| | proxyInjector.livenessProbe.timeoutSeconds | int | `1` |  | | | proxyInjector.livenessProbe.timeoutSeconds | int | `1` |  | | ||||||
| | proxyInjector.namespaceSelector | object | `{"matchExpressions":[{"key":"config.linkerd.io/admission-webhooks","operator":"NotIn","values":["disabled"]},{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kube-system","cert-manager"]}]}` | Namespace selector used by admission webhook. | | | proxyInjector.namespaceSelector | object | `{"matchExpressions":[{"key":"config.linkerd.io/admission-webhooks","operator":"NotIn","values":["disabled"]},{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kube-system","cert-manager"]}]}` | Namespace selector used by admission webhook. | | ||||||
| | proxyInjector.objectSelector | object | `{"matchExpressions":[{"key":"linkerd.io/control-plane-component","operator":"DoesNotExist"},{"key":"linkerd.io/cni-resource","operator":"DoesNotExist"}]}` | Object selector used by admission webhook. | | | proxyInjector.objectSelector | object | `{"matchExpressions":[{"key":"linkerd.io/control-plane-component","operator":"DoesNotExist"},{"key":"linkerd.io/cni-resource","operator":"DoesNotExist"}]}` | Object selector used by admission webhook. | | ||||||
|  | | proxyInjector.podAnnotations | object | `{}` | Additional annotations to add to proxy-injector pods | | ||||||
| | proxyInjector.readinessProbe.timeoutSeconds | int | `1` |  | | | proxyInjector.readinessProbe.timeoutSeconds | int | `1` |  | | ||||||
| | proxyInjector.timeoutSeconds | int | `10` | Timeout in seconds before the API Server cancels a request to the proxy injector. If timeout is exceeded, the webhookfailurePolicy is used. | | | proxyInjector.timeoutSeconds | int | `10` | Timeout in seconds before the API Server cancels a request to the proxy injector. If timeout is exceeded, the webhookfailurePolicy is used. | | ||||||
| | revisionHistoryLimit | int | `10` | Specifies the number of old ReplicaSets to retain to allow rollback. | | | revisionHistoryLimit | int | `10` | Specifies the number of old ReplicaSets to retain to allow rollback. | | ||||||
|  |  | ||||||
|  | @ -163,7 +163,7 @@ spec: | ||||||
|         checksum/config: {{ include (print $.Template.BasePath "/destination-rbac.yaml") . | sha256sum }} |         checksum/config: {{ include (print $.Template.BasePath "/destination-rbac.yaml") . | sha256sum }} | ||||||
|         {{ include "partials.annotations.created-by" . }} |         {{ include "partials.annotations.created-by" . }} | ||||||
|         {{- include "partials.proxy.annotations" . | nindent 8}} |         {{- include "partials.proxy.annotations" . | nindent 8}} | ||||||
|         {{- with .Values.podAnnotations }}{{ toYaml . | trim | nindent 8 }}{{- end }} |         {{- with (mergeOverwrite (deepCopy .Values.podAnnotations) .Values.destinationController.podAnnotations) }}{{ toYaml . | trim | nindent 8 }}{{- end }} | ||||||
|         config.linkerd.io/default-inbound-policy: "all-unauthenticated" |         config.linkerd.io/default-inbound-policy: "all-unauthenticated" | ||||||
|       labels: |       labels: | ||||||
|         linkerd.io/control-plane-component: destination |         linkerd.io/control-plane-component: destination | ||||||
|  |  | ||||||
|  | @ -136,7 +136,7 @@ spec: | ||||||
|       annotations: |       annotations: | ||||||
|         {{ include "partials.annotations.created-by" . }} |         {{ include "partials.annotations.created-by" . }} | ||||||
|         {{- include "partials.proxy.annotations" . | nindent 8}} |         {{- include "partials.proxy.annotations" . | nindent 8}} | ||||||
|         {{- with .Values.podAnnotations }}{{ toYaml . | trim | nindent 8 }}{{- end }} |         {{- with (mergeOverwrite (deepCopy .Values.podAnnotations) .Values.identity.podAnnotations) }}{{ toYaml . | trim | nindent 8 }}{{- end }} | ||||||
|         config.linkerd.io/default-inbound-policy: "all-unauthenticated" |         config.linkerd.io/default-inbound-policy: "all-unauthenticated" | ||||||
|       labels: |       labels: | ||||||
|         linkerd.io/control-plane-component: identity |         linkerd.io/control-plane-component: identity | ||||||
|  |  | ||||||
|  | @ -42,7 +42,7 @@ spec: | ||||||
|         checksum/config: {{ include (print $.Template.BasePath "/proxy-injector-rbac.yaml") . | sha256sum }} |         checksum/config: {{ include (print $.Template.BasePath "/proxy-injector-rbac.yaml") . | sha256sum }} | ||||||
|         {{ include "partials.annotations.created-by" . }} |         {{ include "partials.annotations.created-by" . }} | ||||||
|         {{- include "partials.proxy.annotations" . | nindent 8}} |         {{- include "partials.proxy.annotations" . | nindent 8}} | ||||||
|         {{- with .Values.podAnnotations }}{{ toYaml . | trim | nindent 8 }}{{- end }} |         {{- with (mergeOverwrite (deepCopy .Values.podAnnotations) .Values.identity.podAnnotations) }}{{ toYaml . | trim | nindent 8 }}{{- end }} | ||||||
|         config.linkerd.io/opaque-ports: "8443" |         config.linkerd.io/opaque-ports: "8443" | ||||||
|         config.linkerd.io/default-inbound-policy: "all-unauthenticated" |         config.linkerd.io/default-inbound-policy: "all-unauthenticated" | ||||||
|       labels: |       labels: | ||||||
|  |  | ||||||
|  | @ -384,6 +384,8 @@ destinationController: | ||||||
|       timeout: |       timeout: | ||||||
|         seconds: 3 |         seconds: 3 | ||||||
|       while_idle: true |       while_idle: true | ||||||
|  |   # -- Additional annotations to add to destination pods | ||||||
|  |   podAnnotations: {} | ||||||
|   livenessProbe: |   livenessProbe: | ||||||
|     timeoutSeconds: 1 |     timeoutSeconds: 1 | ||||||
|   readinessProbe: |   readinessProbe: | ||||||
|  | @ -428,6 +430,9 @@ identity: | ||||||
| 
 | 
 | ||||||
|   kubeAPI: *kubeapi |   kubeAPI: *kubeapi | ||||||
| 
 | 
 | ||||||
|  |   # -- Additional annotations to add to identity pods | ||||||
|  |   podAnnotations: {} | ||||||
|  | 
 | ||||||
|   livenessProbe: |   livenessProbe: | ||||||
|     timeoutSeconds: 1 |     timeoutSeconds: 1 | ||||||
|   readinessProbe: |   readinessProbe: | ||||||
|  | @ -505,6 +510,9 @@ proxyInjector: | ||||||
|   # for more information. |   # for more information. | ||||||
|   injectCaFromSecret: "" |   injectCaFromSecret: "" | ||||||
| 
 | 
 | ||||||
|  |   # -- Additional annotations to add to proxy-injector pods | ||||||
|  |   podAnnotations: {} | ||||||
|  | 
 | ||||||
|   livenessProbe: |   livenessProbe: | ||||||
|     timeoutSeconds: 1 |     timeoutSeconds: 1 | ||||||
|   readinessProbe: |   readinessProbe: | ||||||
|  | @ -668,4 +676,3 @@ podMonitor: | ||||||
| egress: | egress: | ||||||
|   # -- The namespace that is used to store egress configuration that affects all client workloads in the cluster |   # -- The namespace that is used to store egress configuration that affects all client workloads in the cluster | ||||||
|   globalEgressNetworkNamespace: linkerd-egress |   globalEgressNetworkNamespace: linkerd-egress | ||||||
|    |  | ||||||
|  | @ -60,7 +60,7 @@ func TestRender(t *testing.T) { | ||||||
| 		CNIEnabled:              false, | 		CNIEnabled:              false, | ||||||
| 		IdentityTrustDomain:     defaultValues.IdentityTrustDomain, | 		IdentityTrustDomain:     defaultValues.IdentityTrustDomain, | ||||||
| 		IdentityTrustAnchorsPEM: defaultValues.IdentityTrustAnchorsPEM, | 		IdentityTrustAnchorsPEM: defaultValues.IdentityTrustAnchorsPEM, | ||||||
| 		DestinationController:   map[string]any{}, | 		DestinationController:   defaultValues.DestinationController, | ||||||
| 		PodAnnotations:          map[string]string{}, | 		PodAnnotations:          map[string]string{}, | ||||||
| 		PodLabels:               map[string]string{}, | 		PodLabels:               map[string]string{}, | ||||||
| 		PriorityClassName:       "PriorityClassName", | 		PriorityClassName:       "PriorityClassName", | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1542,7 +1541,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1554,7 +1552,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1540,7 +1539,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1552,7 +1550,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1540,7 +1539,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1552,7 +1550,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1540,7 +1539,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1552,7 +1550,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1540,7 +1539,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1552,7 +1550,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: false |       serviceAccountTokenProjection: false | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1529,7 +1528,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1541,7 +1539,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1545,7 +1544,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1557,7 +1555,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 1 |         maxUnavailable: 1 | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: |     destinationResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -599,6 +596,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: |     identityResources: | ||||||
|  | @ -817,6 +815,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: |     proxyInjectorResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -1667,7 +1666,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1679,7 +1677,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             memory: "250Mi" |             memory: "250Mi" | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 1 |         maxUnavailable: 1 | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: |     destinationResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -599,6 +596,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: |     identityResources: | ||||||
|  | @ -817,6 +815,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: |     proxyInjectorResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -1667,7 +1666,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1679,7 +1677,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             memory: "250Mi" |             memory: "250Mi" | ||||||
|  |  | ||||||
|  | @ -462,8 +462,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -471,8 +469,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: true |     disableHeartBeat: true | ||||||
|  | @ -512,6 +509,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -721,6 +719,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1471,7 +1470,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1483,7 +1481,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -532,8 +532,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -541,8 +539,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -570,6 +567,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -767,6 +765,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1515,7 +1514,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1527,7 +1525,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -532,8 +532,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 1 |         maxUnavailable: 1 | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -541,8 +539,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: |     destinationResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -588,6 +585,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: |     identityResources: | ||||||
|  | @ -794,6 +792,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: |     proxyInjectorResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -1642,7 +1641,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1654,7 +1652,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             memory: "250Mi" |             memory: "250Mi" | ||||||
|  |  | ||||||
|  | @ -532,8 +532,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 1 |         maxUnavailable: 1 | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -541,8 +539,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: |     destinationResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -588,6 +585,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: |     identityResources: | ||||||
|  | @ -794,6 +792,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: |     proxyInjectorResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -1647,7 +1646,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1659,7 +1657,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             memory: "250Mi" |             memory: "250Mi" | ||||||
|  |  | ||||||
|  | @ -532,8 +532,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 1 |         maxUnavailable: 1 | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -541,8 +539,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: |     destinationResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -588,6 +585,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: |     identityResources: | ||||||
|  | @ -798,6 +796,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: |     proxyInjectorResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -1654,7 +1653,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1666,7 +1664,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             memory: "250Mi" |             memory: "250Mi" | ||||||
|  |  | ||||||
|  | @ -527,8 +527,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 1 |         maxUnavailable: 1 | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -536,8 +534,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: |     destinationResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -583,6 +580,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: |     identityResources: | ||||||
|  | @ -784,6 +782,7 @@ data: | ||||||
|           operator: In |           operator: In | ||||||
|           values: |           values: | ||||||
|           - enabled |           - enabled | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: |     proxyInjectorResources: | ||||||
|       cpu: |       cpu: | ||||||
|  | @ -1632,7 +1631,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1644,7 +1642,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         resources: |         resources: | ||||||
|           limits: |           limits: | ||||||
|             memory: "250Mi" |             memory: "250Mi" | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1533,7 +1532,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1545,7 +1543,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -521,7 +521,15 @@ data: | ||||||
|         name: DebugImageName |         name: DebugImageName | ||||||
|         pullPolicy: DebugImagePullPolicy |         pullPolicy: DebugImagePullPolicy | ||||||
|         version: DebugVersion |         version: DebugVersion | ||||||
|     destinationController: {} |     destinationController: | ||||||
|  |       meshedHttp2ClientProtobuf: | ||||||
|  |         keep_alive: | ||||||
|  |           interval: | ||||||
|  |             seconds: 10 | ||||||
|  |           timeout: | ||||||
|  |             seconds: 3 | ||||||
|  |           while_idle: true | ||||||
|  |       podAnnotations: {} | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -561,6 +569,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -739,6 +748,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1466,6 +1476,7 @@ spec: | ||||||
|         - -default-opaque-ports=25,443,587,3306,5432,11211 |         - -default-opaque-ports=25,443,587,3306,5432,11211 | ||||||
|         - -enable-ipv6=true |         - -enable-ipv6=true | ||||||
|         - -enable-pprof=false |         - -enable-pprof=false | ||||||
|  |         - --meshed-http2-client-params={"keep_alive":{"interval":{"seconds":10},"timeout":{"seconds":3},"while_idle":true}} | ||||||
|         image: ControllerImage:LinkerdVersion |         image: ControllerImage:LinkerdVersion | ||||||
|         imagePullPolicy: ImagePullPolicy |         imagePullPolicy: ImagePullPolicy | ||||||
|         livenessProbe: |         livenessProbe: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1540,7 +1539,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1552,7 +1550,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -531,8 +531,6 @@ data: | ||||||
|         maxSurge: 25% |         maxSurge: 25% | ||||||
|         maxUnavailable: 25% |         maxUnavailable: 25% | ||||||
|     destinationController: |     destinationController: | ||||||
|       livenessProbe: |  | ||||||
|         timeoutSeconds: 1 |  | ||||||
|       meshedHttp2ClientProtobuf: |       meshedHttp2ClientProtobuf: | ||||||
|         keep_alive: |         keep_alive: | ||||||
|           interval: |           interval: | ||||||
|  | @ -540,8 +538,7 @@ data: | ||||||
|           timeout: |           timeout: | ||||||
|             seconds: 3 |             seconds: 3 | ||||||
|           while_idle: true |           while_idle: true | ||||||
|       readinessProbe: |       podAnnotations: {} | ||||||
|         timeoutSeconds: 1 |  | ||||||
|     destinationProxyResources: null |     destinationProxyResources: null | ||||||
|     destinationResources: null |     destinationResources: null | ||||||
|     disableHeartBeat: false |     disableHeartBeat: false | ||||||
|  | @ -581,6 +578,7 @@ data: | ||||||
|       kubeAPI: |       kubeAPI: | ||||||
|         clientBurst: 200 |         clientBurst: 200 | ||||||
|         clientQPS: 100 |         clientQPS: 100 | ||||||
|  |       podAnnotations: {} | ||||||
|       serviceAccountTokenProjection: true |       serviceAccountTokenProjection: true | ||||||
|     identityProxyResources: null |     identityProxyResources: null | ||||||
|     identityResources: null |     identityResources: null | ||||||
|  | @ -790,6 +788,7 @@ data: | ||||||
|           values: |           values: | ||||||
|           - kube-system |           - kube-system | ||||||
|           - cert-manager |           - cert-manager | ||||||
|  |       podAnnotations: {} | ||||||
|     proxyInjectorProxyResources: null |     proxyInjectorProxyResources: null | ||||||
|     proxyInjectorResources: null |     proxyInjectorResources: null | ||||||
|     revisionHistoryLimit: 10 |     revisionHistoryLimit: 10 | ||||||
|  | @ -1540,7 +1539,6 @@ spec: | ||||||
|             path: /ping |             path: /ping | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           initialDelaySeconds: 10 |           initialDelaySeconds: 10 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         name: destination |         name: destination | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8086 |         - containerPort: 8086 | ||||||
|  | @ -1552,7 +1550,6 @@ spec: | ||||||
|           httpGet: |           httpGet: | ||||||
|             path: /ready |             path: /ready | ||||||
|             port: 9996 |             port: 9996 | ||||||
|           timeoutSeconds: 1 |  | ||||||
|         securityContext: |         securityContext: | ||||||
|           capabilities: |           capabilities: | ||||||
|             drop: |             drop: | ||||||
|  |  | ||||||
|  | @ -60,7 +60,7 @@ type ( | ||||||
| 		LinkerdVersion               string                 `json:"linkerdVersion"` | 		LinkerdVersion               string                 `json:"linkerdVersion"` | ||||||
| 		RevisionHistoryLimit         uint                   `json:"revisionHistoryLimit"` | 		RevisionHistoryLimit         uint                   `json:"revisionHistoryLimit"` | ||||||
| 
 | 
 | ||||||
| 		DestinationController map[string]interface{} `json:"destinationController"` | 		DestinationController *DestinationController `json:"destinationController"` | ||||||
| 		Heartbeat             map[string]interface{} `json:"heartbeat"` | 		Heartbeat             map[string]interface{} `json:"heartbeat"` | ||||||
| 		SPValidator           map[string]interface{} `json:"spValidator"` | 		SPValidator           map[string]interface{} `json:"spValidator"` | ||||||
| 
 | 
 | ||||||
|  | @ -102,6 +102,11 @@ type ( | ||||||
| 		PodDisruptionBudget *PodDisruptionBudget `json:"podDisruptionBudget"` | 		PodDisruptionBudget *PodDisruptionBudget `json:"podDisruptionBudget"` | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  | 	DestinationController struct { | ||||||
|  | 		MeshedHttp2ClientProtobuf map[string]interface{} `json:"meshedHttp2ClientProtobuf"` | ||||||
|  | 		PodAnnotations            map[string]string      `json:"podAnnotations"` | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
| 	// PodDisruptionBudget contains the fields to set the PDB
 | 	// PodDisruptionBudget contains the fields to set the PDB
 | ||||||
| 	PodDisruptionBudget struct { | 	PodDisruptionBudget struct { | ||||||
| 		MaxUnavailable int `json:"maxUnavailable"` | 		MaxUnavailable int `json:"maxUnavailable"` | ||||||
|  | @ -299,6 +304,7 @@ type ( | ||||||
| 		ServiceAccountTokenProjection bool              `json:"serviceAccountTokenProjection"` | 		ServiceAccountTokenProjection bool              `json:"serviceAccountTokenProjection"` | ||||||
| 		Issuer                        *Issuer           `json:"issuer"` | 		Issuer                        *Issuer           `json:"issuer"` | ||||||
| 		KubeAPI                       *KubeAPI          `json:"kubeAPI"` | 		KubeAPI                       *KubeAPI          `json:"kubeAPI"` | ||||||
|  | 		PodAnnotations                map[string]string `json:"podAnnotations"` | ||||||
| 
 | 
 | ||||||
| 		AdditionalEnv   []corev1.EnvVar `json:"additionalEnv"` | 		AdditionalEnv   []corev1.EnvVar `json:"additionalEnv"` | ||||||
| 		ExperimentalEnv []corev1.EnvVar `json:"experimentalEnv"` | 		ExperimentalEnv []corev1.EnvVar `json:"experimentalEnv"` | ||||||
|  | @ -321,6 +327,7 @@ type ( | ||||||
| 	// ProxyInjector configures the proxy-injector webhook
 | 	// ProxyInjector configures the proxy-injector webhook
 | ||||||
| 	ProxyInjector struct { | 	ProxyInjector struct { | ||||||
| 		Webhook | 		Webhook | ||||||
|  | 		PodAnnotations  map[string]string `json:"podAnnotations"` | ||||||
| 		AdditionalEnv   []corev1.EnvVar   `json:"additionalEnv"` | 		AdditionalEnv   []corev1.EnvVar   `json:"additionalEnv"` | ||||||
| 		ExperimentalEnv []corev1.EnvVar   `json:"experimentalEnv"` | 		ExperimentalEnv []corev1.EnvVar   `json:"experimentalEnv"` | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | @ -90,16 +90,15 @@ func TestNewValues(t *testing.T) { | ||||||
| 			ServiceMirror: &PodMonitorComponent{Enabled: true}, | 			ServiceMirror: &PodMonitorComponent{Enabled: true}, | ||||||
| 			Proxy:         &PodMonitorComponent{Enabled: true}, | 			Proxy:         &PodMonitorComponent{Enabled: true}, | ||||||
| 		}, | 		}, | ||||||
| 		DestinationController: map[string]interface{}{ | 		DestinationController: &DestinationController{ | ||||||
| 			"meshedHttp2ClientProtobuf": map[string]interface{}{ | 			MeshedHttp2ClientProtobuf: map[string]interface{}{ | ||||||
| 				"keep_alive": map[string]interface{}{ | 				"keep_alive": map[string]interface{}{ | ||||||
| 					"interval":   map[string]interface{}{"seconds": 10.0}, | 					"interval":   map[string]interface{}{"seconds": 10.0}, | ||||||
| 					"timeout":    map[string]interface{}{"seconds": 3.0}, | 					"timeout":    map[string]interface{}{"seconds": 3.0}, | ||||||
| 					"while_idle": true, | 					"while_idle": true, | ||||||
| 				}, | 				}, | ||||||
| 			}, | 			}, | ||||||
| 			"livenessProbe":  map[string]interface{}{"timeoutSeconds": 1.0}, | 			PodAnnotations: map[string]string{}, | ||||||
| 			"readinessProbe": map[string]interface{}{"timeoutSeconds": 1.0}, |  | ||||||
| 		}, | 		}, | ||||||
| 		SPValidator: map[string]interface{}{ | 		SPValidator: map[string]interface{}{ | ||||||
| 			"livenessProbe":  map[string]interface{}{"timeoutSeconds": 1.0}, | 			"livenessProbe":  map[string]interface{}{"timeoutSeconds": 1.0}, | ||||||
|  | @ -235,6 +234,7 @@ func TestNewValues(t *testing.T) { | ||||||
| 				ClientQPS:   100, | 				ClientQPS:   100, | ||||||
| 				ClientBurst: 200, | 				ClientBurst: 200, | ||||||
| 			}, | 			}, | ||||||
|  | 			PodAnnotations: map[string]string{}, | ||||||
| 		}, | 		}, | ||||||
| 		NodeSelector: map[string]string{ | 		NodeSelector: map[string]string{ | ||||||
| 			"kubernetes.io/os": "linux", | 			"kubernetes.io/os": "linux", | ||||||
|  | @ -246,7 +246,10 @@ func TestNewValues(t *testing.T) { | ||||||
| 			}, | 			}, | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		ProxyInjector:    &ProxyInjector{Webhook: Webhook{TLS: &TLS{}, NamespaceSelector: namespaceSelectorInjector}}, | 		ProxyInjector: &ProxyInjector{ | ||||||
|  | 			Webhook:        Webhook{TLS: &TLS{}, NamespaceSelector: namespaceSelectorInjector}, | ||||||
|  | 			PodAnnotations: map[string]string{}, | ||||||
|  | 		}, | ||||||
| 		ProfileValidator: &Webhook{TLS: &TLS{}, NamespaceSelector: namespaceSelectorSimple}, | 		ProfileValidator: &Webhook{TLS: &TLS{}, NamespaceSelector: namespaceSelectorSimple}, | ||||||
| 		PolicyValidator:  &Webhook{TLS: &TLS{}, NamespaceSelector: namespaceSelectorSimple}, | 		PolicyValidator:  &Webhook{TLS: &TLS{}, NamespaceSelector: namespaceSelectorSimple}, | ||||||
| 		Egress:           &Egress{GlobalEgressNetworkNamespace: "linkerd-egress"}, | 		Egress:           &Egress{GlobalEgressNetworkNamespace: "linkerd-egress"}, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue